Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
作为测试的一部分,我需要能够将 TCP 连接的 ISN(初始序列号)初始化为特定值。通常这是操作系统/网络堆栈选择的随机值,但我需要控制初始值。
有没有办法在 C 或 Python 中做到这一点?
lwip-contrib/ports/unix/proj/minimal
struct tcp_pcb
rcv_nxt
snd_nxt
minimal