Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
301
inline int
302
UnixSocket::set_rcvbuf_size(int bsz)
303
{
304
return safe_setsockopt(this->fd, SOL_SOCKET, SO_RCVBUF, (char *)&bsz, sizeof(bsz));
305
}
306
307
inline int
308
UnixSocket::shutdown(int how)
Callers
5
CreateUDPSocket
Method · 0.80
UDPBind
Method · 0.80
acceptFastEvent
Method · 0.80
setup_fd_for_listen
Method · 0.80
open
Method · 0.80
Calls
1
safe_setsockopt
Function · 0.50
Tested by
no test coverage detected