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.6 by root, Sun Jan 21 21:28:27 2007 UTC vs.
Revision 1.7 by root, Tue Mar 6 21:19:10 2007 UTC

13 Blocking => 0, # bugfix workaround for Event calling handler twice :( 13 Blocking => 0, # bugfix workaround for Event calling handler twice :(
14 ReuseAddr => 1; 14 ReuseAddr => 1;
15 15
16if (!$LISTEN) { 16if (!$LISTEN) {
17 # extension yes, completely stupid, not yet 17 # extension yes, completely stupid, not yet
18 warn "unable to establish listen sockect, exiting.\n"; 18 warn "unable to establish listen socket, exiting.\n";
19 exit (2); 19 exit (2);
20} 20}
21 21
22Event->io ( 22Event->io (
23 reentrant => 0, 23 reentrant => 0,

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines