mirror of
https://passt.top/passt
synced 2024-12-22 21:55:22 +00:00
9657b6ed05
Detecting bound ports at start-up time isn't terribly useful: do this periodically instead, if configured. This is only implemented for TCP at the moment, UDP is somewhat more complicated: leave a TODO there. Signed-off-by: Stefano Brivio <sbrivio@redhat.com>
3 lines
109 B
C
3 lines
109 B
C
void conf(struct ctx *c, int argc, char **argv);
|
|
void get_bound_ports(struct ctx *c, int ns, uint8_t proto);
|