- 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:
parent
91ea0d697d
commit
c34bfa1cfc
9 changed files with 307 additions and 202 deletions
1
util.h
1
util.h
|
|
@ -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__ */
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue