1. create and open a TCPServer socket 2. bind the socket to port X 3. bind the same socket again to port Y 4. bind any TCPServer type socket to port Z Step 4 always results in an infinite loop in [lwip_tcp.c : lines 425-426](https://github.com/ARMmbed/mbed-os/blob/master/features/net/FEATURE_IPV4/lwip-interface/lwip/core/lwip_tcp.c#L425).