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

Comparing deliantra/server/socket/lowlevel.C (file contents):
Revision 1.33 by root, Sun Feb 4 21:02:54 2007 UTC vs.
Revision 1.34 by pippijn, Thu Mar 1 12:28:17 2007 UTC

409 */ 409 */
410void 410void
411client::send (void *buf_, int len) 411client::send (void *buf_, int len)
412{ 412{
413 char *buf = (char *)buf_; 413 char *buf = (char *)buf_;
414 char *pos = buf;
415 int amt = 0;
416 414
417 if (destroyed () || !buf) 415 if (destroyed () || !buf)
418 return; 416 return;
419 417
420 if (len + outputbuffer.len > SOCKETBUFSIZE) 418 if (len + outputbuffer.len > SOCKETBUFSIZE)

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines