FreeBSD Bugzilla – Attachment 14873 Details for
Bug 27786
[PATCH] make systat display TCP checksum failures
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
file.diff
file.diff (text/plain), 1.03 KB, created by
brooks
on 2001-05-31 06:20:01 UTC
(
hide
)
Description:
file.diff
Filename:
MIME Type:
Creator:
brooks
Created:
2001-05-31 06:20:01 UTC
Size:
1.03 KB
patch
obsolete
>Index: tcp.c >=================================================================== >RCS file: /home/ncvs/src/usr.bin/systat/tcp.c,v >retrieving revision 1.3 >diff -u -r1.3 tcp.c >--- tcp.c 1999/08/28 01:06:06 1.3 >+++ tcp.c 2001/05/31 05:10:26 >@@ -86,6 +86,7 @@ > 17999999999 keepalive probes 999999999 - acks > 18999999999 - timeouts 999999999 - window probes > 19 999999999 - window updates >+20 999999999 - bad checksum > --0123456789012345678901234567890123456789012345678901234567890123456789012345 > --0 1 2 3 4 5 6 7 > */ >@@ -132,6 +133,7 @@ > L(17, "keepalive probes"); R(17, "- acks"); > L(18, "- timeouts"); R(18, "- window probes"); > R(19, "- window updates"); >+ R(20, "- bad checksum"); > #undef L > #undef R > } >@@ -253,6 +255,7 @@ > L(17, tcps_keepprobe); R(17, tcps_rcvackpack); > L(18, tcps_keeptimeo); R(18, tcps_rcvwinprobe); > R(19, tcps_rcvwinupd); >+ R(20, tcps_rcvbadsum); > #undef DO > #undef L > #undef R
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 27786
: 14873