History log of /openbsd/regress/lib/libpthread/setsockopt/3a/setsockopt3a.c (Results 1 – 6 of 6)
Revision Date Author Comments
# 33400f82 22-Feb-2012 fgsch <fgsch@openbsd.org>

similar change to the setsockopt1.c one: use the resolution of the monotonic
clock from clock_getres(). while here use a different port when binding.


# c3d844ff 20-Feb-2012 fgsch <fgsch@openbsd.org>

ops. compare against the socket timeout, not the alarm one.
sometimes these tests are incorrectly marked as failing (ktrace shows
the read is returning within the specified timeout) but there are oth

ops. compare against the socket timeout, not the alarm one.
sometimes these tests are incorrectly marked as failing (ktrace shows
the read is returning within the specified timeout) but there are other
times where they're taking slightly longer than expected.
for now both cases are marked as failure.

show more ...


# 764868f0 19-Feb-2012 fgsch <fgsch@openbsd.org>

fix tests.


# eb7aa524 12-Dec-2011 fgsch <fgsch@openbsd.org>

better output on error.


# 3fcf8173 03-Jan-2010 fgsch <fgsch@openbsd.org>

Use CHECKx macro and enable setsockopt tests.


# ab66dad1 26-Dec-2009 fgsch <fgsch@openbsd.org>

Add tests to check timeout on sockets under different situations. kurt@ ok.