Yes I know .net has a full blown async socket library. Probably I expressed
myself incorreclty.
I am looking for a set of classes to exchange resources (files) among two or
more clients. Something like:
client A get file B from client C and D (like DownloadAcelerator).
And I want this very performant with async sockets.
I will have to build this, but if there is something done it's welcome