aboutgitcodebugslistschat
path: root/udp.c
diff options
context:
space:
mode:
authorDavid Gibson <david@gibson.dropbear.id.au>2023-08-22 15:29:54 +1000
committerStefano Brivio <sbrivio@redhat.com>2023-08-22 12:15:24 +0200
commitbccfbff1936f5878a9dd9718200a1751f3bff64b (patch)
tree08a33c2e2054c571c173afe862bf74c781902ef4 /udp.c
parentcee4a2da48ba2518b1b5f7a05f0c26381272fb91 (diff)
downloadpasst-bccfbff1936f5878a9dd9718200a1751f3bff64b.tar
passt-bccfbff1936f5878a9dd9718200a1751f3bff64b.tar.gz
passt-bccfbff1936f5878a9dd9718200a1751f3bff64b.tar.bz2
passt-bccfbff1936f5878a9dd9718200a1751f3bff64b.tar.lz
passt-bccfbff1936f5878a9dd9718200a1751f3bff64b.tar.xz
passt-bccfbff1936f5878a9dd9718200a1751f3bff64b.tar.zst
passt-bccfbff1936f5878a9dd9718200a1751f3bff64b.zip
tcp: More precise terms for addresses and ports
In a number of places the comments and variable names we use to describe addresses and ports are ambiguous. It's not sufficient to describe a port as "tap-facing" or "socket-facing", because on both the tap side and the socket side there are two ports for the two ends of the connection. Similarly, "local" and "remote" aren't particularly helpful, because it's not necessarily clear whether we're talking from the point of view of the guest/namespace, the host, or passt itself. This patch makes a number of changes to be more precise about this. It introduces two new terms in aid of this: A "forwarding" address (or port) refers to an address which is local from the point of view of passt itself. That is a source address for traffic sent by passt, whether it's to the guest via the tap interface or to a host on the internet via a socket. The "endpoint" address (or port) is the reverse: a remote address from passt's point of view, the destination address for traffic sent by passt. Between them the "side" (either tap/guest-facing or sock/host-facing) and forwarding vs. endpoint unambiguously describes which address or port we're talking about. 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