test-vconn: Block in three cases where a race is visible on FreeBSD.
authorBen Pfaff <blp@nicira.com>
Tue, 31 Jul 2012 17:12:20 +0000 (10:12 -0700)
committerBen Pfaff <blp@nicira.com>
Wed, 1 Aug 2012 00:04:34 +0000 (17:04 -0700)
commit6d1fb217a904374316abdc9050db795129f72a13
tree38ed138a6405f0e3f0c1cdcb4f72387bbec8bafa
parent46a8005051283ca176c51da453dbc918817bac07
test-vconn: Block in three cases where a race is visible on FreeBSD.

On FreeBSD, sometimes plain vconn_connect() or vconn_recv() reports EAGAIN
in these cases.

Reported-by: Ed Maste <emaste@freebsd.org>
Signed-off-by: Ben Pfaff <blp@nicira.com>
lib/vconn.c
lib/vconn.h
tests/test-vconn.c