]> rtime.felk.cvut.cz Git - pes-rpp/rpp-lwip.git/commit
Added a config option to randomize initial local TCP/UDP ports (so that different...
authorSimon Goldschmidt <goldsimon@gmx.de>
Sun, 11 Sep 2011 10:44:01 +0000 (12:44 +0200)
committerSimon Goldschmidt <goldsimon@gmx.de>
Sun, 11 Sep 2011 10:44:01 +0000 (12:44 +0200)
commit112158b056c7b55498537cdb60e106b8075f465d
treec6631dd7dab9842797b56064356a3872931784dc
parent5be300736e805da6a1d6c32132bcd0193be79f56
Added a config option to randomize initial local TCP/UDP ports (so that different port ranges are used after a reboot; bug #33818; this one added tcp_init/udp_init functions again);
fixed a possible endless loop in tcp_new_port() if the number of active PCBs exceeds the number of available ports;
CHANGELOG
src/core/tcp.c
src/core/udp.c
src/include/lwip/opt.h
src/include/lwip/tcp_impl.h
src/include/lwip/udp.h