This post is older than 2 years and might not be relevant anymore
More Info: Consider searching for newer posts

nRF9160 packet data receive buffer size

What is the receive buffer size for IP packet data, i.e. how many bytes of data can the modem receive (in one or several UDP packets) before I call recv() or recvfrom() on the UDP socket? I cannot find any Information on that in the product specs. Are things like this documented somewhere and where can I get such information?

Parents Reply
  • Hi, and sorry for the long wait.

    Turns out your question was not straight forward to answer, and due to vacations it took some time to find someone that could answer.

    The answer I got from the developers is that there is no fixed buffer. Instead, the buffer is allocated dynamically. We can therefore not say how much that can be buffered at a given time. It will depend on the overall memory allocation status in the application.

    Best regards,

    Didrik

Children
Related