# Functions
CheckForInUseTCP is a function that checks all local IPv4 interfaces for to see if something is listening on the specified TCP port will timeout after 3 seconds.
CheckForInUseUDP will send a UDP packet to the local port and see it gets a response or will timeout.