0
Answer

C# Network Peer, Threads or Select Method

Ask a question
mjm_amador

mjm_amador

20y
1.7k
1
I need an advice. I am trying to create a multipeer system where one peer could accept multiple connections from others and should be able to make multiple connections to others. What should I use? - Only Threads. - Array Lits of sockets controlling it with Select() Method. Does anyone have a multipeer-to-multipeer code sample? Thanks in advanced