Net pkg: sending a UDP packet on a connected socket

Confirmed that does exactly what I wanted: far end opens a TCP socket and, separately, a UDP socket, on the same port, Golang server Listens for TCP and UDP traffic on the same port, TCP and UDP packets come out of the correct holes and are handled correctly with response packets going down the right holes.

Very happy now :-). Thanks again for all your help!

This topic was automatically closed 90 days after the last reply. New replies are no longer allowed.