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

Function new_tcp_socket

g2all/900/lapse.js:402–404  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

400}
401
402function new_tcp_socket() {
403 return sysi('socket', AF_INET, SOCK_STREAM, 0);
404}
405
406function gsockopt(sd, level, optname, optval, optlen) {
407 const size = new Word(optval.size);

Callers 1

double_free_reqs2Function · 0.70

Calls 1

sysiFunction · 0.70

Tested by

no test coverage detected