Deleted Added
full compact
21c21
< * $FreeBSD: head/cddl/lib/libdtrace/tcp.d 296335 2016-03-03 02:46:12Z gnn $
---
> * $FreeBSD: head/cddl/lib/libdtrace/tcp.d 298087 2016-04-15 20:27:36Z hiren $
111c111
< uint32_t tcps_swnd; /* send window size */
---
> u_long tcps_swnd; /* send window size */
117c117
< uint32_t tcps_rwnd; /* receive window size */
---
> u_long tcps_rwnd; /* receive window size */
119,120c119,120
< uint32_t tcps_cwnd; /* congestion window */
< uint32_t tcps_cwnd_ssthresh; /* threshold for congestion avoidance */
---
> u_long tcps_cwnd; /* congestion window */
> u_long tcps_cwnd_ssthresh; /* threshold for congestion avoidance */