Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Shangyizhou/A-Tiny-Network-Library
/ Socket
Method
Socket
include/tiny_network/net/Socket.h:11–14 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
9
{
10
public:
11
explicit Socket(int sockfd)
12
: sockfd_(sockfd)
13
{
14
}
15
~Socket();
16
17
// 获取sockfd
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected