aboutgitcodebugslistschat
path: root/udp.c
diff options
context:
space:
mode:
authorDavid Gibson <david@gibson.dropbear.id.au>2023-08-22 15:29:55 +1000
committerStefano Brivio <sbrivio@redhat.com>2023-08-22 12:15:27 +0200
commit8aa32009edb74aa1f0b6d58e759d5111a4713346 (patch)
tree8cabeeaa01e30bf085e9d4ff953af32fe74271cd /udp.c
parentbccfbff1936f5878a9dd9718200a1751f3bff64b (diff)
downloadpasst-8aa32009edb74aa1f0b6d58e759d5111a4713346.tar
passt-8aa32009edb74aa1f0b6d58e759d5111a4713346.tar.gz
passt-8aa32009edb74aa1f0b6d58e759d5111a4713346.tar.bz2
passt-8aa32009edb74aa1f0b6d58e759d5111a4713346.tar.lz
passt-8aa32009edb74aa1f0b6d58e759d5111a4713346.tar.xz
passt-8aa32009edb74aa1f0b6d58e759d5111a4713346.tar.zst
passt-8aa32009edb74aa1f0b6d58e759d5111a4713346.zip
tcp: Consistent usage of ports in tcp_seq_init()
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. So swap this with dstport, so "src" is always forwarding and "dst" is always endpoint. Signed-off-by: David Gibson <david@gibson.dropbear.id.au> Signed-off-by: Stefano Brivio <sbrivio@redhat.com>
Diffstat (limited to 'udp.c')
0 files changed, 0 insertions, 0 deletions