L
Landley
Dear Fellow Coders,
I am attempting to send files using UDP. I had no problem sending small
files, but when the files were over a certain size an exception was thrown.
It was moaning about the packet size.
I have since tried to break the file into 16k chunks and send them in
sequence. At the receiving end, I have another version of the same
application sending an acknowledgement when it has finished receiving. This
seems to work for the first 5-10meg, then it appears to send or receive
anything.
Does anyone have an example in VB.NET or C# on how to send large files via
UDP?
L.
I am attempting to send files using UDP. I had no problem sending small
files, but when the files were over a certain size an exception was thrown.
It was moaning about the packet size.
I have since tried to break the file into 16k chunks and send them in
sequence. At the receiving end, I have another version of the same
application sending an acknowledgement when it has finished receiving. This
seems to work for the first 5-10meg, then it appears to send or receive
anything.
Does anyone have an example in VB.NET or C# on how to send large files via
UDP?
L.