google / packetdrill

The official Google release of packetdrill
GNU General Public License v2.0
887 stars 220 forks source link

packetdrill: support socket options TCP_FASTOPEN_KEY + NO_COOKIE #66

Closed matttbe closed 1 year ago

matttbe commented 1 year ago

These two sockets were missing:

We just need to add the new symbols to support them.

They are being added to MPTCP in the kernel and validated with Packetdrill.

This commit was originally for the work-in-progress Packetdrill fork implementation supporting MPTCP but these options can be used for any "plain" TCP connections.

nealcardwell commented 1 year ago

Thanks! Added "net-test: " to the commit summary / first line, and merged.

nealcardwell commented 1 year ago

Merged commit is here:

https://github.com/google/packetdrill/commit/c556afbd8840149991b6e830f2d3d63cc50388b1 net-test: packetdrill: support socket options TCP_FASTOPEN_KEY + NO_COOKIE