mdlayher / netlink

Package netlink provides low-level access to Linux netlink sockets (AF_NETLINK). MIT Licensed.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

why should lockOSthread when create sysSocket

hy05190134 opened this issue · comments

If I create sysSocket and only one goroutine use it to operator, in this case, maybe we needn't lockOSthread?