Andrew Caudwell b2e0a1b291 Don't release NIO UDP ports when updating docker container.
When a docker container was updated, the NIO UDP ports were being released
from port_manager, but they were still stored in self._ethernet_adapters.
When the container was restarted, the same NIO ports would be used. However,
if a new connection was then added, it could assign a port that was already
in use. The end result was that traffic would be bridged across the wrong
interface connection.
2018-06-11 15:17:13 +12:00
..
2018-04-18 16:12:30 +08:00
2017-06-28 17:40:54 +08:00
2018-06-10 21:18:16 +07:00
2017-04-03 16:27:08 +02:00
2015-01-13 17:05:26 -07:00
2018-05-22 14:11:48 +02:00
2018-03-12 17:57:13 +07:00
2018-06-05 16:46:11 +07:00