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.2 by root, Fri Dec 15 19:59:19 2006 UTC vs.
Revision 1.3 by root, Thu Dec 21 06:12:35 2006 UTC

25 my $fd = fileno $fh; 25 my $fd = fileno $fh;
26 my $host = inet_ntoa +(sockaddr_in $peername)[1]; 26 my $host = inet_ntoa +(sockaddr_in $peername)[1];
27 27
28 warn "new connection from $host\n"; 28 warn "new connection from $host\n";
29 29
30 cf::add_client $fd, $host; 30 cf::client::create $fd, $host;
31}); 31});

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines