Bugzilla – Attachment 267 Details for
Bug 527
Bad packet length on SunOS 4.1.3U1
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
patch to solve problem
packet.c.patch.txt (text/plain), 642 bytes, created by
Ben Lindstrom
on 2003-04-03 01:13:16 AEST
(
hide
)
Description:
patch to solve problem
Filename:
MIME Type:
Creator:
Ben Lindstrom
Created:
2003-04-03 01:13:16 AEST
Size:
642 bytes
patch
obsolete
>Index: packet.c >=================================================================== >RCS file: /var/cvs/openssh/packet.c,v >retrieving revision 1.95 >diff -u -r1.95 packet.c >--- packet.c 23 Dec 2002 02:42:53 -0000 1.95 >+++ packet.c 2 Apr 2003 15:09:18 -0000 >@@ -1314,6 +1314,8 @@ > return buffer_len(&output) < 128 * 1024; > } > >+ >+#if defined(IP_TOS) && !defined(IP_TOS_IS_BROKEN) > static void > packet_set_tos(int interactive) > { >@@ -1327,6 +1329,7 @@ > error("setsockopt IP_TOS %d: %.100s:", > tos, strerror(errno)); > } >+#endif > > /* Informs that the current session is interactive. Sets IP flags for that. */ >
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 Raw
Actions:
View
Attachments on
bug 527
: 267