Added code from windows branch

This commit is contained in:
Mathias Hall-Andersen
2017-08-27 15:41:00 +02:00
parent eafa3df606
commit 6f5ef153c3
6 changed files with 896 additions and 337 deletions

View File

@@ -6,6 +6,6 @@ import (
"net"
)
func setFwmark(conn *net.UDPConn, value int) error {
func setMark(conn *net.UDPConn, value int) error {
return nil
}