Number of fixes in response to code review
This version cannot complete a handshake. The program will panic upon receiving any message on the UDP socket.
This commit is contained in:
parent
8c34c4cbb3
commit
cba1d6585a
12 changed files with 552 additions and 445 deletions
|
|
@ -7,6 +7,8 @@ import (
|
|||
/* Daemonizes the process on linux
|
||||
*
|
||||
* This is done by spawning and releasing a copy with the --foreground flag
|
||||
*
|
||||
* TODO: Use env variable to spawn in background
|
||||
*/
|
||||
|
||||
func Daemonize() error {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue