ViewVC Help
View File | Revision Log | Show Annotations | Revision Graph | Root Listing
root/i-scream/projects/cms/source/host/c++/socket++-1.10/sockstream.C
(Generate patch)

Comparing projects/cms/source/host/c++/socket++-1.10/sockstream.C (file contents):
Revision 1.1 by ab11, Mon Feb 26 15:01:39 2001 UTC vs.
Revision 1.2 by ab11, Thu Mar 15 20:26:47 2001 UTC

# Line 51 | Line 51 | EXTERN_C_BEGIN
51   #include <errno.h>
52   EXTERN_C_END
53  
54 < #ifndef BUFSIZ
55 < #  define BUFSIZ 1024
56 < #endif
54 > // MODIFED BY ASH - Force the buffer size to 8192 for the
55 > // moment. This is VERY BAD, but fixes the 1024 char limit
56 > // on UDP packets. Will need to look further into the problem
57 > // which exists in /usr/include/iso/stdio_iso.h
58 >
59 > // #ifndef BUFSIZ
60 > #  define BUFSIZ 8192
61 > // #endif
62  
63   #ifdef FD_ZERO
64   #  undef FD_ZERO    // bzero causes so much trouble to us

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines