I have a server to which clients are connected using TCP connection.
All the clients broadcast to each other using UDP braodcasting.I want to disconnect one of the client from the UDP connections from server.
what can be the possible ways to do this?
please suggest.