Hey guys, id like to implement some from of comunication in a program im trying to make using TCP.
I have been reading a few tutorials on using TCPListener, however i need something thats going to be able to accept connections from multiple IP's at the same time. So it needs to be threaded. i was wondering if you guys could point me in the right direction into doing this.
it will basicly just be the client sending data to the server in consoles, and the server console outputting what the client said.
Thanks
I have been reading a few tutorials on using TCPListener, however i need something thats going to be able to accept connections from multiple IP's at the same time. So it needs to be threaded. i was wondering if you guys could point me in the right direction into doing this.
it will basicly just be the client sending data to the server in consoles, and the server console outputting what the client said.
Thanks
Comment