]> rtime.felk.cvut.cz Git - pes-rpp/rpp-lwip.git/history - src/include/lwip/tcp_impl.h
fixed bug #34587: TCP_BUILD_MSS_OPTION doesn't consider netif->mtu, causes slow network
[pes-rpp/rpp-lwip.git] / src / include / lwip / tcp_impl.h
2011-10-18 Simon Goldschmidtfixed bug #34587: TCP_BUILD_MSS_OPTION doesn't consider...
2011-09-22 Simon Goldschmidtfixed bug #34355: nagle does not take snd_buf/snd_queue...
2011-09-11 Simon GoldschmidtAdded a config option to randomize initial local TCP...
2011-06-26 goldsimonCleaned up usage of sys.h a bit
2011-05-25 goldsimonCombined IPv4 and IPv6 code where possible, added defin...
2011-05-17 goldsimon... and finally, we got a first working version of...
2011-03-27 goldsimonRemoved 'dataptr' from 'struct tcp_seg' and calculate...
2010-05-16 goldsimonAdd preprocessor-macros for compile-time htonl calculat...
2010-05-15 goldsimonLet FIN come through although TF_RXCLOSED is set, send...
2010-04-30 goldsimonfixed a type
2010-03-22 goldsimonRemoved duplicate TCP_REG/TCP_RMV macros, fixed debug...
2010-03-14 goldsimontask #6849: Calculate checksum when creating TCP segmen...
2010-03-12 goldsimonCorrected comment
2010-03-12 goldsimonFixed some issues in the TCP_OVERSIZE code:
2010-03-05 goldsimontask #7040 (Work on tcp_enqueue): Don't waste memory...
2010-02-21 goldsimonMoved stack-internal parts of tcp.h to tcp_impl.h,...