Home
last modified time | relevance | path

Searched refs:size (Results 1 – 9 of 9) sorted by relevance

/iperf/src/
H A Diperf_udp.c74 int size = sp->settings->blksize; in iperf_udp_recv() local
79 r = Nread(sp->socket, sp->buffer, size, Pudp); in iperf_udp_recv()
216 int size = sp->settings->blksize; in iperf_udp_send() local
251 r = Nwrite(sp->socket, sp->buffer, size, Pudp); in iperf_udp_send()
H A Dcjson.c165 void *(CJSON_CDECL *allocate)(size_t size);
167 void *(CJSON_CDECL *reallocate)(void *pointer, size_t size);
172 static void * CJSON_CDECL internal_malloc(size_t size) in internal_malloc() argument
174 return malloc(size); in internal_malloc()
182 return realloc(pointer, size); in internal_realloc()
304 #define can_read(buffer, size) ((buffer != NULL) && (((buffer)->offset + size) <= (buffer)->length)) argument
1828 size_t size = 0; in cJSON_GetArraySize() local
1839 size++; in cJSON_GetArraySize()
1845 return (int)size; in cJSON_GetArraySize()
3077 CJSON_PUBLIC(void *) cJSON_malloc(size_t size) in cJSON_malloc() argument
[all …]
H A Dcjson.h291 CJSON_PUBLIC(void *) cJSON_malloc(size_t size);
/iperf/docs/
H A Dinvoking.rst320 determine a reasonable sending size based on the path MTU; if
321 that cannot be determined it uses 1460 bytes as a sending size.
322 For SCTP tests, the default size is 64KB.
342 set socket buffer size / window size. This value gets sent to
346 size. Note that on Linux systems, the effective maximum window
347 size is approximately double what is specified by this option
352 set TCP/SCTP maximum segment size (MTU - 40 bytes)
H A Ddev.rst85 * When specifying the TCP buffer size using the ``-w`` flag on Linux,
94 size, it is also used to set the socket buffer size. This has been
H A Dfaq.rst123 issue with the default UDP send size that was fixed in
162 …om/en-us/help/900926/recommended-tcp-ip-settings-for-wan-links-with-a-mtu-size-of-less-than. Howev…
237 the same as what was sent. In particular, the file size will be
238 rounded up to the next larger multiple of the transfer block size,
H A Dnews.rst159 pacing and improves the selection of the default UDP packet size.
/iperf/
H A DRELNOTES.md19 …e transfers (-F), if no end condition is set, it will automatically adjust it to file size in bytes
65 * Bitrate throttling using the -b option now works when a burst size
256 conditions, artificially inflate the transfer size and measured
326 size for UDP tests. This condition primarily affected users on
454 sending size.
479 * iperf3 now chooses a more sane default UDP send size (#496, #498).
485 determine a default UDP send size if no sending length was
698 with a pathologically large block size. This put the server into
891 * Setting TCP window size (-w) is now supported
H A Daclocal.m410150 [# The POSIX 1988 'ustar' format is defined with fixed-size fields.