# | 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 |
– | Removed lines |
+ | Added lines |
< | Changed lines |
> | Changed lines |