forked from pali/igmpproxy
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
First PR for a complete rewrite of igmpproxy. This rewrite will include several fixes, and new functionality. This PR changes callout.c to a simpler and more stable callout queue algorithm. Also igmpproxy.c is sanitized and the main event loop based on the new callout queue. Several structs and variables are moved to igmpproxy.h, a few prototypes added and sanitized into the unified style. config.c is modified slightly to add NULL pointers for new blacklists that will be added. Fixes: pali#58
- Loading branch information
Showing
5 changed files
with
195 additions
and
348 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.