MCPcopy Create free account
hub / github.com/apache/trafficserver / set_rcvbuf_size

Method set_rcvbuf_size

include/iocore/eventsystem/UnixSocket.h:301–305  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

299}
300
301inline int
302UnixSocket::set_rcvbuf_size(int bsz)
303{
304 return safe_setsockopt(this->fd, SOL_SOCKET, SO_RCVBUF, (char *)&bsz, sizeof(bsz));
305}
306
307inline int
308UnixSocket::shutdown(int how)

Callers 5

CreateUDPSocketMethod · 0.80
UDPBindMethod · 0.80
acceptFastEventMethod · 0.80
setup_fd_for_listenMethod · 0.80
openMethod · 0.80

Calls 1

safe_setsockoptFunction · 0.50

Tested by

no test coverage detected