summaryrefslogtreecommitdiff
path: root/src/conn.go
diff options
context:
space:
mode:
Diffstat (limited to 'src/conn.go')
-rw-r--r--src/conn.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/conn.go b/src/conn.go
index 2cf588d..60cd789 100644
--- a/src/conn.go
+++ b/src/conn.go
@@ -56,7 +56,7 @@ func updateUDPConn(device *Device) error {
// set fwmark
- err = setMark(netc.conn, netc.fwmark)
+ err = SetMark(netc.conn, netc.fwmark)
if err != nil {
return err
}