wangyu-UDPspeeder/examples/udp_speeder.socket
Mykola Karpets 6632b716b8 Add systemd socket activation capability
Add support for a systemd.socket activation. Socket it passed from
systemd via file descriptor (see systemd.socket doc)
Also, added a few features for convenience:
  * --conn/conv-timeout options to control conversation and connection
    timeouts
  * --shutdown option to shutdown service after all connections are
    timeouted. This is for convent usage with systemd.socket
  * test script which allows to smoke test udp speeder and its
    socket activation capability
  * example systemd unit files
2025-03-10 18:49:48 +02:00

10 lines
125 B
SYSTEMD

[Unit]
Description=UDP Speeder Socket
[Socket]
ListenDatagram=0.0.0.0:4096
FreeBind=true
[Install]
WantedBy=sockets.target