Age | Commit message (Collapse) | Author | |
---|---|---|---|
2018-02-04 | Align with go library layout | Mathias Hall-Andersen | |
2017-11-17 | Ported remaining netns.sh | Mathias Hall-Andersen | |
- Ported remaining netns.sh tests - Begin work on generic implementation of bind interface | |||
2017-11-14 | Moved TUN device creation to pre-fork | Mathias Hall-Andersen | |
2017-08-07 | Number of fixes in response to code review | Mathias Hall-Andersen | |
This version cannot complete a handshake. The program will panic upon receiving any message on the UDP socket. | |||
2017-07-15 | Conforming to the cross-platform UX | Mathias Hall-Andersen | |
The implementation now terminates when the unix socket is deleted. Currently we are unable to use fsnotify (on linux), since it does not notify on the deletion of open files. The implementation can now daemonize (on linux) or be kept in the foreground by providing the necessary flag. |