[BACK]Return to inet.c CVS log [TXT][DIR] Up to [local] / src / usr.bin / netstat

Diff for /src/usr.bin/netstat/inet.c between version 1.177 and 1.178

version 1.177, 2023/07/02 19:59:15 version 1.178, 2023/07/07 09:15:13
Line 1556 
Line 1556 
         p("%lu", snd_cwnd, ", ");          p("%lu", snd_cwnd, ", ");
         p("%lu", snd_ssthresh, ", ");          p("%lu", snd_ssthresh, ", ");
         p("%lu", max_sndwnd, "\n ");          p("%lu", max_sndwnd, "\n ");
         p("%u", t_rcvtime, ", ");          p("%llu", t_rcvtime, ", ");
         p("%u", t_rtttime, ", ");          p("%llu", t_rtttime, ", ");
         p("%u", t_rtseq, "\n ");          p("%u", t_rtseq, "\n ");
         p("%u", t_srtt, ", ");          p("%u", t_srtt, ", ");
         p("%u", t_rttvar, ", ");          p("%u", t_rttvar, ", ");
Line 1570 
Line 1570 
         p("%u", request_r_scale, ", ");          p("%u", request_r_scale, ", ");
         p("%u", requested_s_scale, "\n ");          p("%u", requested_s_scale, "\n ");
         p("%u", ts_recent, ", ");          p("%u", ts_recent, ", ");
         p("%u", ts_recent_age, "\n ");          p("%llu", ts_recent_age, "\n ");
         p("%u", last_ack_sent, "\n ");          p("%u", last_ack_sent, "\n ");
         HTONS(tcpcb.t_pmtud_ip_len);          HTONS(tcpcb.t_pmtud_ip_len);
         HTONS(tcpcb.t_pmtud_nextmtu);          HTONS(tcpcb.t_pmtud_nextmtu);

Legend:
Removed from v.1.177  
changed lines
  Added in v.1.178