Print the name of the TCP function block and the name of the congestion control algorithm. Furthermore, print some information related to Black Box Logging.
Details
Details
- Reviewers
rrs rscheff cc peter.lei_ieee.org lstewart thj - Group Reviewers
transport - Commits
- rGca0fcea09cf4: ddb: improve show tcpcb
rG8d4f495df465: ddb: improve show tcpcb
Diff Detail
Diff Detail
- Repository
- rG FreeBSD src repository
- Lint
Lint Not Applicable - Unit
Tests Not Applicable
Event Timeline
Comment Actions
Tested by: thj
sys/netinet/tcp_usrreq.c | ||
---|---|---|
3052 | I think we should include TCP_LOG_STATE_RATIO_OFF and TCP_LOG_STATE_CLEAR, I know CLEAR shouldn't be stored, but it will avoid spurious debugging of UNKNOWN in ddb. |
sys/netinet/tcp_usrreq.c | ||
---|---|---|
3052 | Done. |