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>
2 lines
109 B
C
2 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);
|