Update ChangeLog

This commit is contained in:
Gregory Nutt 2015-01-20 18:15:54 -06:00
parent c96aa9218a
commit dd1301e736

View File

@ -1180,4 +1180,7 @@
* apps/netutils/netlib: All IOCTLs must use a valid address family -- * apps/netutils/netlib: All IOCTLs must use a valid address family --
even if the address family does not matter such as when getting the even if the address family does not matter such as when getting the
MAC address or the network flags (2015-01-19). MAC address or the network flags (2015-01-19).
* apps/examples/nettest: Update test so that it can be used to test
IPv6 TCP sockets (2015-01-20).
* Many files: Correct name of fields in struct sockaddr_in6: sin6_port
and sin6_family, not sin_port and sin_family (2015-01-20).