I am creating 2 sockets with SocketSubsystem->CreateSocket(). One is a TCP socket and the other one is a UDP socket. These 2 use a different port to send messages to a server.
Is it possible to make them send messages to a server while both are using the same port to do so?