17 Commits (ef0a7ecbcd11530e37726ac03bdcedf08821a9ab)

Author SHA1 Message Date
goldsimon da3d84d1dc Fix compilation if ETHARP_SUPPORT_STATIC_ENTRIES==0 16 years ago
goldsimon cf0b831971 Fixed bug #29080: Correctly handle remote side overrunning our rcv_wnd in ooseq case. 16 years ago
goldsimon 5fd410db4b Added support for static ARP table entries (added option ETHARP_SUPPORT_STATIC_ENTRIES) (+ added test); refactored the etharp code a bit 16 years ago
goldsimon bcd4b76d31 Moved stack-internal parts of tcp.h to tcp_impl.h, tcp.h now only contains the actual application programmer's API 16 years ago
goldsimon 52970c2459 Renamed mem_realloc() to mem_trim() to prevent confusion with realloc() 16 years ago
goldsimon 3f8e6c423c Fixed unit tests after changing struct ip_addr to ip_addr_t 16 years ago
goldsimon f5d4f3d83c For wrong configurations, let the test fail instead of the compiler 16 years ago
goldsimon dbcce3a4be bug #26523: Compiler Warnings 16 years ago
goldsimon e0c5c4de88 Fixed bug #28679: mem_realloc calculates mem_stats wrong and added test case for it 16 years ago
goldsimon 9a0dac5885 Removed unused test function 16 years ago
goldsimon c9e0652526 Remove C++-style comments 16 years ago
goldsimon bf261f4f13 Another fix for bug #28241 (ooseq processing) and adapted corresponding unit test 16 years ago
goldsimon feca27d69e Slightly modified the out-of-sequence-FIN test: receive packets with FIN & data and with FIN alone 17 years ago
goldsimon fbef894674 tcp_set_state: fail on unimplemented state 17 years ago
goldsimon 2e4bb8b3b7 Added explicit check for number of segments and seqno/len of each segment on pcb->ooseq 17 years ago
goldsimon c5d2e536cf Worked on tcp_oos unit tests, nearly all TCP_QUEUE_OOS code is covered now 17 years ago
goldsimon 902ad897b8 Initial check-in of some unit tests 17 years ago