ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/server/ext/tcp.ext
(Generate patch)

Comparing deliantra/server/ext/tcp.ext (file contents):
Revision 1.23 by root, Mon Nov 5 23:23:04 2012 UTC vs.
Revision 1.24 by root, Mon Nov 5 23:24:02 2012 UTC

7use Socket; 7use Socket;
8use AnyEvent::Socket; 8use AnyEvent::Socket;
9 9
10CONF BIND_ADDRESSES = [[undef, 13327]]; 10CONF BIND_ADDRESSES = [[undef, 13327]];
11 11
12our $MAX_DETECT = 16; # how many bytes to raed to identify the protocol 12our $MAX_DETECT = 32; # how many bytes to read to identify the protocol
13 13
14our @LISTENERS; 14our @LISTENERS;
15 15
16sub flash_policy_server { 16sub flash_policy_server {
17 my ($fh) = @_; 17 my ($fh) = @_;

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines