Discussion:
CVS commit: src/tests/net/mcast
Christos Zoulas
2014-10-12 13:48:26 UTC
Permalink
Module Name: src
Committed By: christos
Date: Sun Oct 12 13:48:26 UTC 2014

Modified Files:
src/tests/net/mcast: t_mcast.c

Log Message:
Add the simple unconnected tests too.


To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 src/tests/net/mcast/t_mcast.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Christos Zoulas
2014-10-12 14:53:46 UTC
Permalink
Module Name: src
Committed By: christos
Date: Sun Oct 12 14:53:46 UTC 2014

Modified Files:
src/tests/net/mcast: t_mcast.c

Log Message:
Explain a bit more what's going on with the multicast setsockopts.


To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 src/tests/net/mcast/t_mcast.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Christos Zoulas
2014-10-12 18:56:57 UTC
Permalink
Module Name: src
Committed By: christos
Date: Sun Oct 12 18:56:57 UTC 2014

Modified Files:
src/tests/net/mcast: t_mcast.c

Log Message:
now we support the v6 ioctls for mapped addresses too.


To generate a diff of this commit:
cvs rdiff -u -r1.3 -r1.4 src/tests/net/mcast/t_mcast.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Christos Zoulas
2014-10-12 19:49:01 UTC
Permalink
Module Name: src
Committed By: christos
Date: Sun Oct 12 19:49:01 UTC 2014

Modified Files:
src/tests/net/mcast: t_mcast.c

Log Message:
Explain what works, what does not and why.
Provide compatible code so that it compiles on Linux and MacOS/X with -DTEST.
We should check more OS's and see if they are broken too.


To generate a diff of this commit:
cvs rdiff -u -r1.4 -r1.5 src/tests/net/mcast/t_mcast.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Christos Zoulas
2014-10-13 04:56:26 UTC
Permalink
Module Name: src
Committed By: christos
Date: Mon Oct 13 04:56:26 UTC 2014

Modified Files:
src/tests/net/mcast: t_mcast.c

Log Message:
Oops need to bind, also make the message more interesting and check that
it arrives correctly.


To generate a diff of this commit:
cvs rdiff -u -r1.5 -r1.6 src/tests/net/mcast/t_mcast.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Christos Zoulas
2014-10-13 04:57:11 UTC
Permalink
Module Name: src
Committed By: christos
Date: Mon Oct 13 04:57:11 UTC 2014

Modified Files:
src/tests/net/mcast: t_mcast.c

Log Message:
typo


To generate a diff of this commit:
cvs rdiff -u -r1.6 -r1.7 src/tests/net/mcast/t_mcast.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Martin Husemann
2014-10-13 06:57:09 UTC
Permalink
Module Name: src
Committed By: martin
Date: Mon Oct 13 06:57:08 UTC 2014

Modified Files:
src/tests/net/mcast: t_mcast.c

Log Message:
timespec.tv_nsec is long, so use %ld instead of %jd as printf format.


To generate a diff of this commit:
cvs rdiff -u -r1.7 -r1.8 src/tests/net/mcast/t_mcast.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Loading...