Commit c556afb
net-test: packetdrill: support socket options TCP_FASTOPEN_KEY + NO_COOKIE
These two sockets were missing:
- TCP_FASTOPEN_KEY
- TCP_FASTOPEN_NO_COOKIE
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.
Signed-off-by: Matthieu Baerts <matthieu.baerts@tessares.net>1 parent 329d89e commit c556afb
2 files changed
+4
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
187 | 187 | | |
188 | 188 | | |
189 | 189 | | |
| 190 | + | |
| 191 | + | |
190 | 192 | | |
191 | 193 | | |
192 | 194 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
61 | 61 | | |
62 | 62 | | |
63 | 63 | | |
| 64 | + | |
| 65 | + | |
64 | 66 | | |
65 | 67 | | |
66 | 68 | | |
| |||
0 commit comments