ip报文的分片机制 解析中 学得胃疼。。。

This commit is contained in:
impact-eintr
2022-11-27 22:44:41 +08:00
parent 5e317b273a
commit 553a16f655
9 changed files with 681 additions and 5 deletions

View File

@@ -382,6 +382,7 @@ func (n *NIC) DeliverNetworkPacket(linkEP LinkEndpoint, remoteLinkAddr, localLin
// DeliverTransportPacket delivers packets to the appropriate
// transport protocol endpoint.
func (n *NIC) DeliverTransportPacket(r *Route, protocol tcpip.TransportProtocolNumber, vv buffer.VectorisedView) {
log.Println("准备分发传输层数据报")
}