mirror of
https://github.com/netbirdio/wireguard-go.git
synced 2026-05-22 17:08:51 -07:00
Merge pull request #7 from netbirdio/export-control
Export list of control functions
This commit is contained in:
@@ -9,4 +9,8 @@ var (
|
||||
GetSrcFromControl = getSrcFromControl
|
||||
|
||||
GetGSOSize = getGSOSize
|
||||
|
||||
// export controlFns for Android to use
|
||||
// is not thread safe and should only be modified during init.
|
||||
ControlFns = &controlFns
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user