mirror of
https://github.com/impact-eintr/netstack.git
synced 2025-10-06 05:16:50 +08:00
处理sleep的链接问题
This commit is contained in:
@@ -11,7 +11,6 @@ type Route struct {
|
||||
// 远端网卡MAC地址
|
||||
RemoteLinkAddress tcpip.LinkAddress
|
||||
|
||||
|
||||
// 本地网络层地址 ipv4 or ipv6 地址
|
||||
LocalAddress tcpip.Address
|
||||
// 本地网卡MAC地址
|
||||
@@ -24,5 +23,5 @@ type Route struct {
|
||||
NetProto tcpip.NetworkProtocolNumber
|
||||
|
||||
// 相关的网络终端
|
||||
//ref *referenceNetworkEndpoint
|
||||
ref *referencedNetworkEndpoint
|
||||
}
|
||||
|
Reference in New Issue
Block a user