mirror of
https://github.com/impact-eintr/netstack.git
synced 2025-10-17 02:10:37 +08:00
侵入式双向链表
This commit is contained in:
8
tcpip/seqnum/seqnum.go
Normal file
8
tcpip/seqnum/seqnum.go
Normal file
@@ -0,0 +1,8 @@
|
||||
// 包 seqnum 定义了 TCP 序列号的类型和方法,以便它们适合 32 位字并在发生溢出时正常工作
|
||||
package seqnum
|
||||
|
||||
// 一个序列号的值
|
||||
type Value uint32
|
||||
|
||||
// size表示一个序号窗口的大小(长度)
|
||||
type Size uint32
|
Reference in New Issue
Block a user