[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[lwip-users] Using pbuf_free outside of the lwip main thread
From: |
multiplex |
Subject: |
[lwip-users] Using pbuf_free outside of the lwip main thread |
Date: |
Wed, 19 May 2010 05:55:05 -0700 (PDT) |
Hi all,
We have an application where there are two types of packets coming in:
1) a dedicated telnet session, tcp
2) special packets with a special ethertype.
The first one we handle with socket-based lwIP; the second kind we manage by
having a special case statement in the low level interface that forwards the
pbuf into a queue, handled by another thread.
Is it safe to then call pbuf_free from this other thread ?
lwIP 1.3.0 (Xilinx microblaze port), socket based.
Thanks,
Michael
--
View this message in context:
http://old.nabble.com/Using-pbuf_free-outside-of-the-lwip-main-thread-tp28607146p28607146.html
Sent from the lwip-users mailing list archive at Nabble.com.
- [lwip-users] Using pbuf_free outside of the lwip main thread,
multiplex <=