[nox-dev] Threads in Python

2010-04-13 Thread Zdravko Bozakov
Hello *, I recently started working on a project using NOX. I'm wondering how (if at all) I can use python threads in my controller (I want to use these to handle a blocking function call). I came across this post, dealing with a similar problem:

[nox-dev] ipv4.py: ethernet frame padding interpreted as payload? (With patch to make it stop)

2010-04-13 Thread James Murphy McCauley
ipv4.py's parse() grabs the IP headers and passes the rest of its input on to some next layer (which may be TCP, UDP, ICMP, or just raw data, depending). Sounds good, but… there are times when the rest of its input isn't actually all IP payload. Specifically, when the ethernet frame has been