G
Guest
Hi,
My application sends and receives data in UDP format (Byte arrays). I use a
UDPClient Listener to a specific IP address (User select but starts with
192.168.*.*) and Specific port (2004).
My application will work fine for a couple of hours or an average of 300
send and recieves of UDP datagram packets. Then, it appears that my
application sends data but the 3rd party application doesnt reply.
However after further investigation it appears that the 3rd party
application does send a reply packet but that my application doesnt detect
it. I have used Ethersniffer network packet sniffer to determine this.
What im trying to find out is that with my UDPClient do I have to clear it
or something.... is there a buffer that I need to clear.... What can I do to
be sure that the network side of things are fine. Im open to accept that it
could be a bug in my application but I need to be sure that its not to do
with the UDPClient.
I can continue to send packets but will not get any replies.
Any suggestions?
Thanks in advance.
My application sends and receives data in UDP format (Byte arrays). I use a
UDPClient Listener to a specific IP address (User select but starts with
192.168.*.*) and Specific port (2004).
My application will work fine for a couple of hours or an average of 300
send and recieves of UDP datagram packets. Then, it appears that my
application sends data but the 3rd party application doesnt reply.
However after further investigation it appears that the 3rd party
application does send a reply packet but that my application doesnt detect
it. I have used Ethersniffer network packet sniffer to determine this.
What im trying to find out is that with my UDPClient do I have to clear it
or something.... is there a buffer that I need to clear.... What can I do to
be sure that the network side of things are fine. Im open to accept that it
could be a bug in my application but I need to be sure that its not to do
with the UDPClient.
I can continue to send packets but will not get any replies.
Any suggestions?
Thanks in advance.