created | 2018-11-29T14:55:49Z |
---|---|
begin | 2018-05-10T00:00:00Z |
end | 2018-05-11T00:00:00Z |
path | src/sys |
commits | 2 |
date | 2018-05-10T08:52:01Z | |||
---|---|---|---|---|
author | bluhm | |||
files | src/sys/net/pf.c | log | diff | annotate |
message |
pf route-to should not send packets from 127.0.0.1 or ::1 address to the network. This is necessary for locally generated icmp packets that would be dropped otherwise. Refine this check to modify only the source address of packets that go to the external network. This allows route-to tricks on loopback interface. OK sashan@ |
date | 2018-05-10T13:30:25Z | |||
---|---|---|---|---|
author | bluhm | |||
files | src/sys/netinet/tcp_debug.c | log | diff | annotate |
src/sys/netinet/tcp_debug.h | log | diff | annotate | |
src/sys/netinet/tcp_timer.c | log | diff | annotate | |
message |
TCP debug sockets still had code for old TCP timers that were implemented as slow and fast protocol user requests. Replace that with a proper timer debug implementation. OK visa@ |