Hello,
I am trying to send a rather large HTTP payload from the nRF9160, the payload is about 10KB in size. The problem I am running into is that after about ~4KB of data sent successfully through the socket send() function, the send() function will error out, returning -1.
I have done my research on this issue and discovered the following tickets related to my current problem:
3) https://devzone.nordicsemi.com/f/nordic-q-a/52129/calling-nrf_send-on-tls-socket-with-large-payload-closing-socket-with-errno--52-enetreset
Can you advise on the issues that I am seeing here?
Cody