]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
- Rename the __tcpi_(snd|rcv)_mss fields of the tcp_info structure to remove
authorJohn Baldwin <jhb@FreeBSD.org>
Tue, 22 Dec 2009 15:47:40 +0000 (15:47 +0000)
committerJohn Baldwin <jhb@FreeBSD.org>
Tue, 22 Dec 2009 15:47:40 +0000 (15:47 +0000)
commit43d94734991b48232bd5c724c6ffd9a5e1aa0708
tree792e6b45ea8beea48f71a424e0912b8c92144f92
parent57e42c95a4d0da0339850092e647c390bb1fd7e3
- Rename the __tcpi_(snd|rcv)_mss fields of the tcp_info structure to remove
  the leading underscores since they are now implemented.
- Implement the tcpi_rto and tcpi_last_data_recv fields in the tcp_info
  structure.

Reviewed by: rwatson
MFC after: 2 weeks
sys/dev/cxgb/ulp/iw_cxgb/iw_cxgb_cm.c
sys/netinet/tcp.h
sys/netinet/tcp_usrreq.c