Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/deepclause/agentvm
/
Class
src/network.js:44–44 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
42
const
DHCP_OPT_END = 255;
43
44
class
NetworkStack extends EventEmitter {
45
constructor(options = {}) {
46
super();
47
this.gatewayIP = options.gatewayIP ||
'192.168.127.1'
;
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected