api_lib.c (from Dmitry Potapov) : patch for netconn_write(), fixes a possible race condition which cause to send some garbage. It is not a definitive solution, but the patch does solve the problem for most cases.

This commit is contained in:
fbernon
2007-03-26 15:37:48 +00:00
parent e54cd23ecb
commit 005e5f2f72
2 changed files with 10 additions and 6 deletions

View File

@@ -78,6 +78,11 @@ HISTORY
++ Bug fixes:
2007-03-26 Frédéric Bernon (based on patch from Dmitry Potapov)
* api_lib.c: patch for netconn_write(), fixes a possible race condition which cause
to send some garbage. It is not a definitive solution, but the patch does solve
the problem for most cases.
2007-03-22 Frédéric Bernon
* api_msg.h, api_msg.c: Remove obsolete API_MSG_ACCEPT and do_accept (never used).