Home
last modified time | relevance | path

Searched refs:dgram (Results 1 – 5 of 5) sorted by relevance

/libuv/test/
H A Dtest-udp-dgram-too-big.c60 char dgram[65536]; /* 64K MTU is unlikely, even on localhost */ in TEST_IMPL() local
65 memset(dgram, 42, sizeof dgram); /* silence valgrind */ in TEST_IMPL()
70 buf = uv_buf_init(dgram, sizeof dgram); in TEST_IMPL()
/libuv/
H A DMakefile.am312 test/test-udp-dgram-too-big.c \
H A DCMakeLists.txt685 test/test-udp-dgram-too-big.c
H A DChangeLog1287 * doc,udp: note that suggested_size is 1 max-sized dgram (Ryan Liptak)
/libuv/docs/src/
H A Dudp.rst447 `suggested_size` in `alloc_cb` for udp_recv is always set to the size of 1 max size dgram.

Completed in 29 milliseconds