]> rtime.felk.cvut.cz Git - pes-rpp/rpp-lwip.git/commitdiff
fixed the change not about tcp_close chang (bug #30444)
authorgoldsimon <goldsimon>
Wed, 14 Jul 2010 15:53:44 +0000 (15:53 +0000)
committergoldsimon <goldsimon>
Wed, 14 Jul 2010 15:53:44 +0000 (15:53 +0000)
UPGRADING

index e65b82877314bae15125c821f8476cca6e91aef0..215ad88d1e3e61163ea319e14f4ca185b9936094 100644 (file)
--- a/UPGRADING
+++ b/UPGRADING
@@ -18,9 +18,7 @@ with newer versions.
   +++ Raw API:
     * Changed the semantics of tcp_close() (since it was rather a
       shutdown before): Now the application does *NOT* get any calls to the recv
-      callback (aside from NULL/closed) after calling tcp_close() - this means
-      that it also does not get the NULL-pbuf which tells it the remote side has
-      closed, too!
+      callback (aside from NULL/closed) after calling tcp_close()
 
     * When calling tcp_abort() from a raw API TCP callback function,
       make sure you return ERR_ABRT to prevent accessing unallocated memory.