Hi Karol, Thank you. Ok, so a few questions, when I allocate a new packet and append its payload, how does the software know what ip number the packet is being sent back to? Crc and the rest of that is handled for me right? Im hoping this is automatically done, but wondering. So then Im responsible for issuing the release of the received packet. Does it matter if I do that before or after I send the response? In the server demo I see the packet simply passed back to the send function. Is that demo accumulating received packets and not releasing them? Reason I ask is while having it running I have seen my pings to the device pause for about 2-4 seconds every 10 or so minutes, and I have been wondering if that is some kind of a lack of packet memory issue or something maybe related to the socket use and code. Another compatibility question, but with a newly created socket and listen running will that affect any other services that are running right? Like http server specifically. Thanks Matt
↧