Added ability to get "my" netmask from the OS-specific network code, so we could construct subnet broadcasts from source addresses.

(Haven't hooked up code to actually do that, yet.)
This commit is contained in:
tbrennan3
2010-02-15 21:18:57 +00:00
parent 4c99467009
commit a18ca597e5
3 changed files with 23 additions and 2 deletions
+1 -1
View File
@@ -26,7 +26,7 @@
#include <stdbool.h>
#include <stdint.h>
#include <sys/time.h> // for timeval
#include <sys/time.h> /* for timeval */
/* Timer Module */
#ifndef MAX_MILLISECOND_TIMERS