RFC 在实现细节上非常肤浅。使用的单射函数是什么?
https://www.rfc-editor.org/rfc/rfc2385
MD5 摘要是通过按以下顺序对这些项目应用 MD5 算法生成的:
1. the TCP pseudo-header (in the order: source IP address,
destination IP address, zero-padded protocol number, and
segment length)
2. the TCP header, excluding options, and assuming a checksum of
zero
3. the TCP segment data (if any)
4. an independently-specified key or password, known to both TCPs
and presumably connection-specific
上述项目是如何连接的?我找不到太多信息,有人可以指出我正确的方向吗?