22 Aug
2023
22 Aug
'23
10:46 a.m.
On Tue, 22 Aug 2023 15:29:55 +1000
David Gibson
In tcp_seq_init() the meaning of "src" and "dst" isn't really clear since it's used for connections in both directions. However, these values are just feeding a hash, so as long as we're consistent and include all the information we want, it doesn't really matter.
Oddly, for the "src" side we supply the (tap side) forwarding address but the (tap side) endpoint port. This again doesn't really matter, but it's confusing.
Oops, yes, dropping the only comment I had to 3/9... -- Stefano