created | 2023-03-19T10:40:01Z |
---|---|
begin | 2023-03-14T00:00:00Z |
end | 2023-03-15T00:00:00Z |
path | src/sys |
commits | 3 |
date | 2023-03-14T00:11:58Z | |||
---|---|---|---|---|
author | cheloha | |||
files | src/sys/kern/kern_clockintr.c | log | diff | annotate |
message |
clockintr: add missing newline to ddb(4) printout Let's also print the state (running, pending, or established) of each clockintr. |
date | 2023-03-14T00:24:05Z | |||
---|---|---|---|---|
author | yasuoka | |||
files | src/sys/netinet/tcp_input.c | log | diff | annotate |
src/sys/netinet/tcp_timer.c | log | diff | annotate | |
src/sys/netinet/tcp_timer.h | log | diff | annotate | |
src/sys/netinet/tcp_usrreq.c | log | diff | annotate | |
src/sys/netinet/tcp_var.h | log | diff | annotate | |
message |
To avoid misunderstanding, keep variables for tcp keepalive in milliseconds, which is the same unit of tcp_now(). However, keep the unit of sysctl variables in seconds and convert their unit in tcp_sysctl(). Additionally revert TCPTV_SRTTDFLT back to 3 seconds, which was mistakenly changed to 1.5 seconds by tcp_timer.h 1.19. ok claudio |
date | 2023-03-14T06:55:31Z | |||
---|---|---|---|---|
author | jmc | |||
files | src/sys/arch/alpha/stand/nboot/boot.8 | log | diff | annotate |
message |
sync the boot options list, and some macro fixes; ok miod |