aboutgitcodebugslistschat
path: root/udp.c
Commit message (Expand)AuthorAgeFilesLines
...
* udp: Disable SO_ZEROCOPY againStefano Brivio2021-04-251-8/+2
* passt: Spare some syscalls, add some optimisations from profilingStefano Brivio2021-04-231-3/+17
* tcp, udp: Replace loopback source address by gateway addressStefano Brivio2021-04-221-0/+7
* passt: Introduce packet batching mechanismStefano Brivio2021-04-221-19/+50
* udp: Fix typo in tcp_tap_handler() documentationStefano Brivio2021-03-171-1/+1
* udp: Use size_t for return value of recvfrom()Stefano Brivio2021-03-171-1/+1
* passt: Assorted fixes from "fresh eyes" reviewStefano Brivio2021-02-211-15/+16
* passt: New design and implementation with native Layer 4 socketsStefano Brivio2021-02-161-0/+174