Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/LemonOSProject/LemonOS
/ Connect
Method
Connect
Kernel/src/net/socket.cpp:61–65 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
59
}
60
61
int Socket::Connect(const sockaddr* addr, socklen_t addrlen){
62
assert(!
"Connect has been called from socket base"
);
63
64
return -1;
65
}
66
67
int Socket::Listen(int backlog){
68
return 0;
Callers
2
SysConnect
Function · 0.45
SysInterfaceConnect
Function · 0.45
Calls
6
Info
Function · 0.85
ResolveSocketAddress
Function · 0.85
Warning
Function · 0.85
IsListening
Method · 0.80
GetDomain
Method · 0.80
ConnectTo
Method · 0.80
Tested by
no test coverage detected