Re: [lwip-users] Transferring data from pbuf chain to app buffer.

2017-07-25 Thread mitchj
PSA: It appears my issue was solved simply by using pbuf_cat instead of chain on my receiving end. The receiving end of my stream is working. -- View this message in context: http://lwip.100.n7.nabble.com/Transferring-data-from-pbuf-chain-to-app-buffer-tp30205p30250.html Sent from the

[lwip-users] Transferring data from pbuf chain to app buffer.

2017-07-20 Thread mitchj
Good afternoon LWIP users, I could use a little help here, I'm attempting to take data from a pbuf chaing and transfer it to an app buffer. What I'm doing is adding data to a pbuf as I receive it, my app is aware of that object and will read off bytes into its own buffer. I'm doing this to be