Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apache/trafficserver
/ get_fd
Method
get_fd
src/iocore/net/P_UnixNetVConnection.h:159–163 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
157
return this->con.close();
158
}
159
virtual int
160
get_fd() override
161
{
162
return this->con.sock.get_fd();
163
}
164
165
virtual EThread *
166
get_thread() override
Callers
15
open_con
Method · 0.45
write_dns_event
Function · 0.45
recvfrom_re
Method · 0.45
sendmsg_re
Method · 0.45
CreateUDPSocket
Method · 0.45
UDPBind
Method · 0.45
close
Method · 0.45
read_raw_data
Method · 0.45
set_tcp_congestion_control
Method · 0.45
getFd
Method · 0.45
acceptFastEvent
Method · 0.45
listen
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected