On 4/8/11 4:41 PM, Ben Pfaff wrote:
> The AF_PACKET socket needs to be in nonblocking mode or trying to send
> a packet can take a long time.
Looks good to me.
___
dev mailing list
dev@openvswitch.org
http://openvswitch.org/mailman/listinfo/dev
The AF_PACKET socket needs to be in nonblocking mode or trying to send
a packet can take a long time.
---
lib/netdev-linux.c |1 +
1 files changed, 1 insertions(+), 0 deletions(-)
diff --git a/lib/netdev-linux.c b/lib/netdev-linux.c
index eecaaa5..aacc48b 100644
--- a/lib/netdev-linux.c
+++ b