Update ChangeLog

This commit is contained in:
Gregory Nutt 2014-06-18 10:49:56 -06:00
parent 2244dda41a
commit 3aca3430c4

View File

@ -7452,4 +7452,7 @@
free the socket in psock_close(), (2) socket() returns failure when
there is no free socket/connection, and (3) Set number of bytes to
transmit is set in the uip_driver_s instance (2014-6-18).
* net/tcp: Move all TCP files from net/uip to net/tcp (2014-6-18).
* net/udp: Move all UDP files from net/uip to net/udp (2014-6-18).
* net/pkt: Move all AF_PACKET files from net/uip to net/pkt (2014-6-18).