The first patch makes the setsockopt() option parser aware of IP_ADD_MEMBERSHIP and IP_DROP_MEMBERSHIP and its IPv6 variants. It also fixes a minor fall-through bug in the SOL_IP switch case.
The second patch reduces the line count in net.c a little by reusing a function that is introduced in the first patch. net.c | 119 ++++++++++++++++++++++++++++++++++++++++++++++------------ 1 file changed, 96 insertions(+), 23 deletions(-) ------------------------------------------------------------------------------ Dive into the World of Parallel Programming. The Go Parallel Website, sponsored by Intel and developed in partnership with Slashdot Media, is your hub for all things parallel software development, from weekly thought leadership blogs to news, videos, case studies, tutorials and more. Take a look and join the conversation now. http://goparallel.sourceforge.net/ _______________________________________________ Strace-devel mailing list Strace-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/strace-devel