diff options
author | jhb <jhb@FreeBSD.org> | 2009-06-16 18:58:50 +0000 |
---|---|---|
committer | jhb <jhb@FreeBSD.org> | 2009-06-16 18:58:50 +0000 |
commit | 43c09e3d009062ccaa9dc975306c4a8963eb8536 (patch) | |
tree | 008188fd50285970e02b976ab7a116738a474b5c /sys/netinet/tcp_input.c | |
parent | 9e99c4167197bcc594d10cdad62385db70613802 (diff) | |
download | FreeBSD-src-43c09e3d009062ccaa9dc975306c4a8963eb8536.zip FreeBSD-src-43c09e3d009062ccaa9dc975306c4a8963eb8536.tar.gz |
- Change members of tcpcb that cache values of ticks from int to u_int:
t_rcvtime, t_starttime, t_rtttime, t_bw_rtttime, ts_recent_age,
t_badrxtwin.
- Change t_recent in struct timewait from u_long to u_int32_t to match
the type of the field it shadows from tcpcb: ts_recent.
- Change t_starttime in struct timewait from u_long to u_int to match
the t_starttime field in tcpcb.
Requested by: bde (1, 3)
Diffstat (limited to 'sys/netinet/tcp_input.c')
0 files changed, 0 insertions, 0 deletions