- Use 2 seperate u16 values for throttle rate in/out

- Defer adding radius fds to the select loop until become_master
This commit is contained in:
Brendan O'Dea 2004-11-02 04:35:03 +00:00
parent 6f73a1b071
commit 14013054f3
9 changed files with 307 additions and 202 deletions

1
util.h
View file

@ -3,5 +3,6 @@
char *inet_toa(unsigned long addr);
void *shared_malloc(unsigned int size);
pid_t fork_and_close(void);
#endif /* __UTIL_H__ */