--- - branch: MAIN date: Wed Oct 9 05:29:18 UTC 2019 files: - new: '1.27' old: '1.26' path: src/sys/netinet/tcp_congctl.c pathrev: src/sys/netinet/tcp_congctl.c@1.27 type: modified id: 20191009T052918Z.aca750bcf7f803f71bd980539b22f5c923222123 log: |2 All of snd_wnd, snd_cwnd and snd_ssthresh in stuct tcpcb are u_long, so use u_long and ulmin() instead of u_int and uimin(). Found by lgtm bot. XXX TCP's sequence number is uint32_t, so it might be good to change some entries in struct tcpcb to uint32_t instead of u_long. FreeBSD did it. module: src subject: 'CVS commit: src/sys/netinet' unixtime: '1570598958' user: msaitoh