fixed bug #49725 (send-timeout: netwonn_write() can return ERR_OK without all bytes being written)

This commit is contained in:
goldsimon
2016-11-28 12:51:45 +01:00
parent 6f1304e03e
commit ca9342c549
2 changed files with 10 additions and 5 deletions

View File

@@ -14,6 +14,10 @@ HISTORY
++ Bugfixes:
2016-11-28: Simon Goldschmidt
* api_lib.c: fixed bug #49725 (send-timeout: netwonn_write() can return
ERR_OK without all bytes being written)
2016-11-28: Ambroz Bizjak
* tcpi_in.c: fixed bug #49717 (window size in received SYN and SYN-ACK
assumed scaled)