File transfer using UDP protocol
Hi everybody,
I expect somebody can assist me. I am attempting to assemble a client-server file transfer application. The client examines a file accumulate on a provided working location (PC) and throws it to a server which is installed on one more working location for additional practice. I am exercising UDP as the TP (transport protocol).
The difficulty is that my request works absolutely with files whose capacity is in the collection of kilobytes; on the other hand while I attempt to throw files whose size is in the series of megabytes, the request collapsed down and the attached error message explains.
I realized that I need to enlarge the volume of both the UDP transfer and receiver buffers; however I do not familiar how to perform this. If anybody has an idea how to perform this please let me know.
Thanks in advance.
Error 113 occurred at DP Write in TCP File Server.vi
Possible reasons(s):
LabVIEW: A message sent on a datagram socket was
larger than the internal message buffer or some other
network limit, or the buffer used to receive a datagram
was smaller than the datagram itself.