[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[lwip-users] pbuf proccessing in another thread
From: |
gregoryhouse |
Subject: |
[lwip-users] pbuf proccessing in another thread |
Date: |
Wed, 07 Apr 2010 08:25:03 +0200 |
Hi,
I'm wondering if I can use functions like pbuf_cat(), pbuf_dechain() and
generally make operations on pbuf (taking data from payload) in another thread.
I want to avoid copying memory from pbufs to another memory region - it would
be great if I could use the data directly.
Best regards.
- [lwip-users] pbuf proccessing in another thread,
gregoryhouse <=