mirror of
https://github.com/impact-eintr/netstack.git
synced 2025-10-05 21:06:50 +08:00
向网络层写入数据后 需要使用arp协议(网络层协议)来找到目标主机地址 下一步实现arp
This commit is contained in:
@@ -172,7 +172,7 @@ type Route struct {
|
||||
Destination Address // 目标地址
|
||||
Mask AddressMask // 掩码
|
||||
Gateway Address // 网关
|
||||
MIC NICID // 使用的网卡设备
|
||||
NIC NICID // 使用的网卡设备
|
||||
}
|
||||
|
||||
// Stats 包含了网络栈的统计信息
|
||||
|
Reference in New Issue
Block a user