Improve process creation and cleaning

This commit is contained in:
Daniel
2019-05-06 10:51:19 +02:00
parent 0fd44c8011
commit 4f275a8029
6 changed files with 88 additions and 17 deletions

View File

@@ -199,7 +199,7 @@ func getListeningSocket(localIP net.IP, localPort uint16, protocol uint8) (uid,
return data[0], data[1], true
}
return 0, 0, false
return -1, -1, false
}
func procDelimiter(c rune) bool {