public inbox for passt-dev@passt.top
 help / color / mirror / code / Atom feed
From: David Gibson <david@gibson.dropbear.id.au>
To: Stefano Brivio <sbrivio@redhat.com>, passt-dev@passt.top
Cc: David Gibson <david@gibson.dropbear.id.au>
Subject: [PATCH 0/3] pasta: Implement runtime auto-forwarding for UDP
Date: Wed, 15 Nov 2023 16:25:31 +1100	[thread overview]
Message-ID: <20231115052534.1826261-1-david@gibson.dropbear.id.au> (raw)

In "auto" mode port forwarding, we scan for listening TCP ports at
start up, and then every second thereafter.  For UDP, however, we scan
only at start up.

That's documented, but surprising, and there's no real reason for it
to be that way.  Implement periodic scanning for UDP auto forwarding
too.

Link: https://bugs.passt.top/show_bug.cgi?id=45

*** BLURB HERE ***

David Gibson (3):
  tcp: Use common helper for rebinding inbound and outbound ports
  tcp: Simplify away tcp_port_rebind()
  udp,pasta: Periodically scan for ports to automatically forward

 passt.1 |   3 +-
 tcp.c   | 109 +++++++++++++++++++++++---------------------------------
 udp.c   |  74 ++++++++++++++++++++++++++++++++++++++
 3 files changed, 120 insertions(+), 66 deletions(-)

-- 
2.41.0


             reply	other threads:[~2023-11-15  5:25 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-11-15  5:25 David Gibson [this message]
2023-11-15  5:25 ` [PATCH 1/3] tcp: Use common helper for rebinding inbound and outbound ports David Gibson
2023-11-15  5:25 ` [PATCH 2/3] tcp: Simplify away tcp_port_rebind() David Gibson
2023-11-15  5:25 ` [PATCH 3/3] udp,pasta: Periodically scan for ports to automatically forward David Gibson
2023-11-19 20:10 ` [PATCH 0/3] pasta: Implement runtime auto-forwarding for UDP Stefano Brivio

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20231115052534.1826261-1-david@gibson.dropbear.id.au \
    --to=david@gibson.dropbear.id.au \
    --cc=passt-dev@passt.top \
    --cc=sbrivio@redhat.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this public inbox

	https://passt.top/passt

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for IMAP folder(s).