Python’s socket module has this exception for attempting to create a tcp/ip connection on an occupied socket.
OSError: [WinError 10048] Only one usage of each socket address (protocol/network address/port) is normally permitted
The tcpipDAT should have a similar warning/error.