MCPcopy Create free account
hub / github.com/GamerHack/GamerHack.github.io / new_tcp_socket

Function new_tcp_socket

g2all/700/lapse.js:446–448  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

444}
445
446function new_tcp_socket() {
447 return sysi("socket", AF_INET, SOCK_STREAM, 0);
448}
449
450function gsockopt(sd, level, optname, optval, optlen) {
451 const size = new Word(optval.size);

Callers 1

double_free_reqs2Function · 0.70

Calls 1

sysiFunction · 0.70

Tested by

no test coverage detected