when i bind a udp socket it also setup a lessening tcp socket.
anyway to stop this?Code:C:\WINDOWS>netstat -an Active Connections Proto Local Address Foreign Address State TCP 0.0.0.0:8888 0.0.0.0:0 LISTENING UDP 0.0.0.0:8888 *:*
This is a discussion on udp/tcp within the Windows Programming forums, part of the Platform Specific Boards category; when i bind a udp socket it also setup a lessening tcp socket. Code: C:\WINDOWS>netstat -an Active Connections Proto Local ...
when i bind a udp socket it also setup a lessening tcp socket.
anyway to stop this?Code:C:\WINDOWS>netstat -an Active Connections Proto Local Address Foreign Address State TCP 0.0.0.0:8888 0.0.0.0:0 LISTENING UDP 0.0.0.0:8888 *:*
Post code; bind()ing a UDP socket really shouldn't spawn a listening socket running a totally different protocol.
"Optimal decisions, once made, do not need to be changed." - Robert Sedgewick, Algorithms in C