CHANGES.html
changeset 12958 6e192ac0b562
parent 12936 eb1a121ab8bd
child 13059 037e9046f940
--- a/CHANGES.html	Tue Jul 11 21:04:28 2017 +0200
+++ b/CHANGES.html	Wed Jul 12 19:54:20 2017 +0200
@@ -130,6 +130,11 @@
     <b>Previously, a socket bound to an unicast address received also subnet-directed broadcast packets. 
     This is not anymore possible</b>.
 </li>
+<li>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 <i>before</i> Bind in order to avoid conflicts.
+</li>
 </ul>
 <h2>Changes to build system:</h2>
 <ul>