N
Nak
Hi there,
I have made a UDP server and client class in VB.NET but am experiencing
problems with receiving datagrams beyond a certain size (though I am unsure
of the exact limit). I wish to send quite significant amounts of data via
UDP and certain sources on the internet recommend that I do *not* use the
"udpclient" class but make a new class which uses the "sockets" class and
receive the data asynchronously. Does anyone know of any examples around
that are capable of this? VB.NET / C#, I don't mind, thanks in advance.
Nick.
I have made a UDP server and client class in VB.NET but am experiencing
problems with receiving datagrams beyond a certain size (though I am unsure
of the exact limit). I wish to send quite significant amounts of data via
UDP and certain sources on the internet recommend that I do *not* use the
"udpclient" class but make a new class which uses the "sockets" class and
receive the data asynchronously. Does anyone know of any examples around
that are capable of this? VB.NET / C#, I don't mind, thanks in advance.
Nick.