summaryrefslogtreecommitdiff
path: root/tests/net/mcast
AgeCommit message (Expand)Author
2017-08-03Clean up clunky eval stringsozaki-r
2017-02-28Add tests that destroy an interface while the mcast program is runningozaki-r
2016-11-25Share rump_server start/stop and interface creation/destruction functionsozaki-r
2016-11-07Accept DEBUG environment variableozaki-r
2016-08-10+ -lrumpdevkre
2015-05-28Make the test stable under load or when running on a slow machineozaki-r
2015-05-28Detail an error messageozaki-r
2015-05-26Run mcast tests on rump kernelsozaki-r
2015-05-25Fix specifying an interface for IPV6_JOIN_GROUPozaki-r
2015-05-19Handle child's exit status preciselyozaki-r
2015-05-19Use EXIT_FAILURE instead of 1ozaki-r
2015-05-18KNFozaki-r
2015-05-17Save errno for errxozaki-r
2015-02-27Bump timeout for a poll() call slightly, so the test has a chance to workmartin
2014-10-27fix typo, use different addresschristos
2014-10-26- deal with MacOS/X not having clock_*()christos
2014-10-13timespec.tv_nsec is long, so use %ld instead of %jd as printf format.martin
2014-10-13typochristos
2014-10-13Oops need to bind, also make the message more interesting and check thatchristos
2014-10-12Explain what works, what does not and why.christos
2014-10-12now we support the v6 ioctls for mapped addresses too.christos
2014-10-12Explain a bit more what's going on with the multicast setsockopts.christos
2014-10-12Add the simple unconnected tests too.christos
2014-10-11add a multicast test (what to do with v6?)christos