summaryrefslogtreecommitdiff
path: root/igmp.c
AgeCommit message (Collapse)Author
2020-06-22Properly hook up igmp with announceDavid Härdeman
2020-06-22Rename proxy and cfgdir to more descriptive namesDavid Härdeman
2020-06-22Make struct cfg global and make the corresponding changes throughoutDavid Härdeman
2020-06-21Finish up the assert conversionDavid Härdeman
2020-06-20Add new assert macros, convert server.c to use themDavid Härdeman
2020-06-20Make logging messages consistent in adding a newline for all messagesDavid Härdeman
2020-06-20Introduce helper for checking if a task is deadDavid Härdeman
2020-06-19Some minor cleanupsDavid Härdeman
2020-06-19Add an addrstr to struct sockaddr_in46, rename to struct saddrDavid Härdeman
2020-06-16Some more debugmsg cleanupsDavid Härdeman
2020-06-16Some minor fixes to igmpDavid Härdeman
2020-06-16Make sure igmp socket filter is set and lockedDavid Härdeman
2020-06-16Convert igmp to use debuggingDavid Härdeman
2020-06-16Use SOCK_DGRAM instead of SOCK_RAW in igmp to not have to deal with ethernet ↵David Härdeman
headers
2020-06-16Implement and use recvmsg in igmpDavid Härdeman
2020-06-16Add working igmp implementationDavid Härdeman