ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/Deliantra-Client/Client.xs
(Generate patch)

Comparing deliantra/Deliantra-Client/Client.xs (file contents):
Revision 1.178 by root, Tue Apr 10 11:12:53 2007 UTC vs.
Revision 1.179 by root, Wed Apr 11 04:32:51 2007 UTC

701Mix_AllocateChannels (int numchans = -1) 701Mix_AllocateChannels (int numchans = -1)
702 702
703void 703void
704lowdelay (int fd, int val = 1) 704lowdelay (int fd, int val = 1)
705 CODE: 705 CODE:
706#ifndef _WIN32
707 setsockopt (fd, IPPROTO_TCP, TCP_NODELAY, &val, sizeof (val)); 706 setsockopt (fd, IPPROTO_TCP, TCP_NODELAY, (void *)&val, sizeof (val));
708#endif
709 707
710void 708void
711win32_proxy_info () 709win32_proxy_info ()
712 PPCODE: 710 PPCODE:
713{ 711{

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines