Details
Details
- Reviewers
rrs glebius timo.voelker_fh-muenster.de pouria - Group Reviewers
transport - Commits
- rGe1886559ea47: tcp: improve validation of received TCP over UDP packets
Diff Detail
Diff Detail
- Repository
- rG FreeBSD src repository
- Lint
Lint Skipped - Unit
Tests Skipped
Event Timeline
Comment Actions
I'd suggest to change to title to explictily say "TCP over UDP", cause "TCP/UDP" can be misinterpreted to a change to TCP and a similar change to UDP.
| sys/netinet/tcp_subr.c | ||
|---|---|---|
| 623 | Will put that in a cleanup I will make. | |
Comment Actions
I agree on @pouria's comment.
A __predict_false makes sense in the IPv6 case as well.
Comment Actions
Had to do the same for SBR-ILNP for IPv6 vs ILNPv6 flows, in ip6_forward(), when deciding whether or not to call ilnp6_forward(), which currently exists only in the sup3r s3krt bms dSBR-ILNP branch. @rgrimes will probably not have to deal with this as it wasn't really a issue for hosts.
Currently busy spinning up on SRv6. The code archeaology of FreeBSD vs source routing is a story for another time. I see @gnn knows where some of the bodies are buried there.