1. 首页
  2. 数据库
  3. 其它
  4. Linux内核:从底层向上分析传输层之UDP协议

Linux内核:从底层向上分析传输层之UDP协议

上传者: 2021-01-15 16:51:44上传 PDF文件 109.08KB 热度 13次
这里看看数据包从IP层是如何交给传输层来处理的,为了方便,这里传输层以UDP协议为例来分析。 从ip_rcv()函数中可以看到 /* * Pass on the datagram to each protocol that wants it, * based on the datagram protocol. We should really * check the protocol handler's return values here... */ ipprot->handler(skb2, dev, opts_p ? &opt : 0
下载地址
用户评论