| Summary: | wrong comment in netinet/tcp_var.h | ||
|---|---|---|---|
| Product: | Base System | Reporter: | isaki <isaki> |
| Component: | kern | Assignee: | Sheldon Hearn <sheldonh> |
| Status: | Closed FIXED | ||
| Severity: | Affects Only Me | ||
| Priority: | Normal | ||
| Version: | 3.4-RELEASE | ||
| Hardware: | Any | ||
| OS: | Any | ||
Responsible Changed From-To: freebsd-bugs->sheldonh I'll take this one. State Changed From-To: open->closed Committed to HEAD as rev 1.60 and merged onto the RELENG_4 and RELENG_3 branches. |
In sys/netinet/tcp_var.h, #define TCPCTL_SENDSPACE 8 /* send buffer space */ #define TCPCTL_RECVSPACE 9 /* receive buffer space */ #define TCPCTL_KEEPINIT 10 /* receive buffer space */ ^^^^^^^^^^^^^^^^^^^^ Comment for TCPCTL_KEEPINIT is wrong. Correct one is "timeout for establishing syn". How-To-Repeat: % less /sys/netinet/tcp_var.h and % cvs diff -r1.35 -r1.36 sys/netinet/tcp_var.h