Lines Matching refs:udp

66 * udp,unix: fix sendmsg use-after-free (Geddy)
95 * doc: correct udp socket options documentation (Ben Noordhuis)
168 * test: handle zero-length udp datagram (Ben Noordhuis)
242 * darwin: add udp mmsg support (Raihaan Shouhell)
585 * win,tcp,udp: remove "active streams" optimization (Saúl Ibarra Corretgé)
593 * win: optimize udp receive performance (ywave620)
906 * udp,win: fix UDP compiler warning (Jameson Nash)
1003 * test: fix benchmark-ping-udp (Ryan Liptak)
1102 * udp: fix &/&& typo in macro condition (Evan Miller)
1140 * bsd,windows,zos: fix udp disconnect EINVAL (deal)
1171 * linux,udp: enable full ICMP error reporting (Ondřej Surý)
1173 * test: fix test-udp-send-unreachable (Ondřej Surý)
1179 * test: remove string + int warning on udp-pummel (Juan José Arboleda)
1287 * doc,udp: note that suggested_size is 1 max-sized dgram (Ryan Liptak)
1381 * udp: add UV_UDP_MMSG_FREE recv_cb flag (Ryan Liptak)
1393 * win,udp: fix error code returned by connect() (Santiago Gimeno)
1433 * test: add udp-mmsg test (Ryan Liptak)
1435 * udp: add uv_udp_using_recvmmsg query (Ryan Liptak)
1522 * udp: fix write_queue cleanup on sendmmsg error (Santiago Gimeno)
1606 * udp: add flag to enable recvmmsg(2) explicitly (Saúl Ibarra Corretgé)
1627 * udp: return recvmmsg-ed datagrams in order (Saúl Ibarra Corretgé)
1734 * test: added udp ping benchmark (1,10,100 pingers) (Marek Vavrusa)
1736 * freebsd,linux: add recvmmsg() + sendmmsg() udp implementation (Marek Vavrusa)
1965 * unix,udp: ensure addr is non-null (Jameson Nash)
2012 * test: fix udp-multicast-join tests (Santiago Gimeno)
2022 * udp: add source-specific multicast support (Vladimir Karnushin)
2024 * udp: fix error return values (Santiago Gimeno)
2026 * udp: drop IPV6_SSM_SUPPORT macro (Santiago Gimeno)
2028 * udp: fix uv__udp_set_source_membership6 (Santiago Gimeno)
2030 * udp: use sockaddr_storage instead of union (Santiago Gimeno)
2285 * win,udp: allow to use uv_udp_open on bound sockets (Santiago Gimeno)
2287 * udp: add support for UDP connected sockets (Santiago Gimeno)
2667 * win: allow setting udp socket options before bind (cjihrig)
2909 * test: allow net unreachable status in udp test (Ben Noordhuis)
3051 * test: add NetBSD support to test-udp-ipv6.c (Kamil Rytarowski)
3256 * win,udp: implements uv_udp_try_send (Barnabas Gema)
3258 * win,udp: return UV_EINVAL instead of aborting (Romain Caire)
3345 * udp: fix fast path in uv_udp_send() on unix (Fedor Indutny)
3393 * unix: do not close udp sockets on bind error (Marc Schlaich)
4222 * unix, win: prevent replacing fd in uv_{udp,tcp,pipe}_t (Saúl Ibarra Corretgé)
4227 * unix, win: add ability to create tcp/udp sockets early (Saúl Ibarra Corretgé)
4231 * unix: consolidate tcp and udp bind error (Saúl Ibarra Corretgé)
4545 * unix: set non-block mode in uv_{pipe,tcp,udp}_open (Ben Noordhuis)
4909 * windows: fix buffer leak after failed udp send (Bert Belder)
5144 * unix: add UV_HANDLE_IPV6 flag to tcp and udp handles (Saúl Ibarra Corretgé)
5146 * unix, windows: do not set SO_REUSEADDR by default on udp (Saúl Ibarra