Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apache/trafficserver
/ set_nonblocking
Method
set_nonblocking
src/iocore/eventsystem/UnixSocket.cc:53–57 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
51
static unsigned int read_uint_from_fd(int fd);
52
53
int
54
UnixSocket::set_nonblocking()
55
{
56
return safe_set_fl(this->fd, O_NONBLOCK);
57
}
58
59
int
60
UnixSocket::bind(struct sockaddr const *name, int namelen)
Callers
5
connect
Method · 0.80
connectUp
Method · 0.80
setup_fd_for_listen
Method · 0.80
open
Method · 0.80
connect
Method · 0.80
Calls
1
safe_set_fl
Function · 0.85
Tested by
no test coverage detected