mirror of
https://git.rtems.org/rtems-libbsd/
synced 2025-10-16 03:04:27 +08:00
Update to FreeBSD head 2016-12-10
Git mirror commit 80c55f08a05ab3b26a73b226ccb56adc3122a55c.
This commit is contained in:
@@ -217,9 +217,9 @@ tcp_trace(short act, short ostate, struct tcpcb *tp, void *ipgen,
|
||||
return;
|
||||
printf(
|
||||
"\trcv_(nxt,wnd,up) (%lx,%lx,%lx) snd_(una,nxt,max) (%lx,%lx,%lx)\n",
|
||||
(u_long)tp->rcv_nxt, tp->rcv_wnd, (u_long)tp->rcv_up,
|
||||
(u_long)tp->rcv_nxt, (u_long)tp->rcv_wnd, (u_long)tp->rcv_up,
|
||||
(u_long)tp->snd_una, (u_long)tp->snd_nxt, (u_long)tp->snd_max);
|
||||
printf("\tsnd_(wl1,wl2,wnd) (%lx,%lx,%lx)\n",
|
||||
(u_long)tp->snd_wl1, (u_long)tp->snd_wl2, tp->snd_wnd);
|
||||
(u_long)tp->snd_wl1, (u_long)tp->snd_wl2, (u_long)tp->snd_wnd);
|
||||
#endif /* TCPDEBUG */
|
||||
}
|
||||
|
Reference in New Issue
Block a user