Definition of platform specific socket bind

This commit is contained in:
Mathias Hall-Andersen
2017-10-06 22:56:01 +02:00
parent 32d8932d1b
commit c70f0c5da2
4 changed files with 198 additions and 40 deletions

View File

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