Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | passt: Introduce packet batching mechanism | Stefano Brivio | 2021-04-22 | 1 | -1/+2 |
| | | | | | | | | | | Receive packets in batches from AF_UNIX, check if they can be sent with a single syscall, and batch them up with sendmmsg() in case. A bit rudimentary, currently only implemented for UDP, but it seems to work. Signed-off-by: Stefano Brivio <sbrivio@redhat.com> | ||||
* | passt: Introduce ICMP echo proxy | Stefano Brivio | 2021-03-18 | 1 | -0/+20 |
It's nice to be able to confirm connectivity using ICMP or ICMPv6 echo requests, and "ping" sockets on Linux (IPPROTO_ICMP datagram) allow us to do that without any special capability. Signed-off-by: Stefano Brivio <sbrivio@redhat.com> |