diff --git a/CHANGES.html b/CHANGES.html index 461275248..e7de8cffb 100644 --- a/CHANGES.html +++ b/CHANGES.html @@ -130,6 +130,11 @@ is now exported by WifiNetDevice. Previously, a socket bound to an unicast address received also subnet-directed broadcast packets. This is not anymore possible. +
  • You can now Bind as many socket as you want to an address/port, provided that they are bound to different NetDevices. + Moreover, BindToNetDevice does not anymore call Bind. In other terms, Bind and BindToNetDevice can be called + in any order. + However, it is suggested to use BindToNetDevice before Bind in order to avoid conflicts. +
  • Changes to build system: