From a90ccb0c1c0ed5172a358ab2a65a8d1f6de5de54 Mon Sep 17 00:00:00 2001 From: Gregory Nutt Date: Sat, 17 Jan 2015 08:35:00 -0600 Subject: [PATCH] Update ChangeLog --- ChangeLog | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/ChangeLog b/ChangeLog index d9b3dc7e9f..bfdb0796a2 100755 --- a/ChangeLog +++ b/ChangeLog @@ -9453,3 +9453,8 @@ outgoing packet before sending any UDP or TCP packet. This sets the bit to indicate the IPv4 or IPv6 domain and the correct offset to the output going payload data (2015-01-17). + * net/socket and net/tcp: When we are ready to receive data or when we + have outgoing data ready to be sent, we need to the notify the + appropriate device driver of this condition. The notifying socket + will be configured as either PF_INET or PF_INET6 and must look up the + correct driver using the correct IP domain (2015-01-17).