mirror of
https://github.com/netbirdio/netbird.git
synced 2024-11-29 11:33:48 +01:00
8 lines
173 B
Go
8 lines
173 B
Go
|
package peer
|
||
|
|
||
|
import "github.com/netbirdio/netbird/client/internal/stdnet"
|
||
|
|
||
|
func (conn *Conn) newStdNet() (*stdnet.Net, error) {
|
||
|
return stdnet.NewNet(conn.iFaceDiscover)
|
||
|
}
|