FreeBSD Bugzilla – Attachment 13099 Details for
Bug 25050
inetd UDP echo service echos only 8K
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
file.diff
file.diff (text/plain), 525 bytes, created by
larse
on 2001-02-13 02:30:01 UTC
(
hide
)
Description:
file.diff
Filename:
MIME Type:
Creator:
larse
Created:
2001-02-13 02:30:01 UTC
Size:
525 bytes
patch
obsolete
>Index: inetd.h >=================================================================== >RCS file: /home/xbone/CVSROOT/kame/freebsd4/usr.sbin/inetd/inetd.h,v >retrieving revision 1.1 >diff -u -r1.1 inetd.h >--- inetd.h 2001/02/09 20:21:07 1.1 >+++ inetd.h 2001/02/13 02:17:35 >@@ -39,8 +39,11 @@ > #include <netinet/in.h> > > #include <stdio.h> >+#include <sys/types.h> >+#include <netinet/in_systm.h> >+#include <netinet/ip.h> > >-#define BUFSIZE 8192 >+#define BUFSIZE IP_MAXPACKET > #define LINESIZ 72 > > #define NORM_TYPE 0
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 25050
: 13099 |
13100