Home
last modified time | relevance | path

Searched refs:SWIFT_MAX_RECV_DGRAM_SIZE (Results 1 – 2 of 2) sorted by relevance

/dports/net-p2p/libswift/libswift-dc0cbcc/
H A Dchannel.cpp324 if (evbuffer_reserve_space(evb, SWIFT_MAX_RECV_DGRAM_SIZE, &vec, 1) < 0) {
328 int length = recvfrom(sock, (char *)vec.iov_base, SWIFT_MAX_RECV_DGRAM_SIZE, 0,
H A Dswift.h145 #define SWIFT_MAX_RECV_DGRAM_SIZE (SWIFT_MAX_SEND_DGRAM_SIZE*2) macro