Removed 'dataptr' from 'struct tcp_seg' and calculate it in tcp_zero_window_probe (the only place where it was used).

This commit is contained in:
goldsimon
2011-03-27 12:56:16 +00:00
parent 3f849848a4
commit 4495516497
4 changed files with 7 additions and 11 deletions

View File

@@ -13,6 +13,10 @@ HISTORY
++ New features:
2011-03-22: Simon Goldschmidt
* tcp_impl.h, tcp_in.c, tcp_out.c: Removed 'dataptr' from 'struct tcp_seg' and
calculate it in tcp_zero_window_probe (the only place where it was used).
2010-11-21: Simon Goldschmidt
* dhcp.c/.h: Added a function to deallocate the struct dhcp from a netif
(fixes bug #31525).