quote:
Originally posted by allex87
If my socket listens on say port 1234, can it connect to more than 1 computer at the same time through the same port? Eg. do my server threads have to use mutexes so that only one server thread can send/receive data at a time?
Don't flame me for being wrong
, but I think you can only one connection for a port... (In other words, you can't connect to more than one computer using just one port)
BTW, this is going to be a great plugin