Definition of platform specific socket bind
This commit is contained in:
parent
32d8932d1b
commit
c70f0c5da2
4 changed files with 198 additions and 40 deletions
|
|
@ -6,6 +6,6 @@ import (
|
|||
"net"
|
||||
)
|
||||
|
||||
func setMark(conn *net.UDPConn, value uint32) error {
|
||||
func SetMark(conn *net.UDPConn, value uint32) error {
|
||||
return nil
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue