Searched refs:dgram (Results 1 – 5 of 5) sorted by relevance
60 char dgram[65536]; /* 64K MTU is unlikely, even on localhost */ in TEST_IMPL() local65 memset(dgram, 42, sizeof dgram); /* silence valgrind */ in TEST_IMPL()70 buf = uv_buf_init(dgram, sizeof dgram); in TEST_IMPL()
312 test/test-udp-dgram-too-big.c \
685 test/test-udp-dgram-too-big.c
1287 * doc,udp: note that suggested_size is 1 max-sized dgram (Ryan Liptak)
447 `suggested_size` in `alloc_cb` for udp_recv is always set to the size of 1 max size dgram.
Completed in 29 milliseconds