ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/server/socket/init.C
(Generate patch)

Comparing deliantra/server/socket/init.C (file contents):
Revision 1.25 by root, Sun Dec 17 19:14:00 2006 UTC vs.
Revision 1.26 by root, Wed Dec 20 09:14:22 2006 UTC

54 * client. 54 * client.
55 */ 55 */
56client::client (int fd, const char *peername) 56client::client (int fd, const char *peername)
57: fd (fd), host (strdup (peername)), 57: fd (fd), host (strdup (peername)),
58 socket_ev (this, &client::socket_cb), 58 socket_ev (this, &client::socket_cb),
59 cmd_ev (this, &client::cmd_cb) 59 cmd_ev (this, &client::cmd_cb),
60 cc_inv (this), cc_other (this)
60{ 61{
61 { 62 {
62 struct linger linger_opt; 63 struct linger linger_opt;
63 64
64 linger_opt.l_onoff = 0; 65 linger_opt.l_onoff = 0;

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines