- 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:
bodea 2004-11-02 04:35:03 +00:00
parent 91ea0d697d
commit c34bfa1cfc
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__ */