LWIP_HOOK_TCP_ISN: added CHANGELOG/fixed comment

This commit is contained in:
sg
2016-12-15 21:08:12 +01:00
parent a8b986bbb6
commit 62e340067e
2 changed files with 6 additions and 2 deletions

View File

@@ -26,6 +26,10 @@ HISTORY
++ Bugfixes:
2016-12-15: David van Moolenbroek
* opt.h, tcp: added LWIP_HOOK_TCP_ISN() to implement less predictable initial
sequence numbers (see contrib/addons/tcp_isn for an example implementation)
2016-12-05: Dirk Ziegelmeier
* fixed compiling with IPv4 disabled (IPv6 only case)