Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for sock_accept (0.1 sec)

  1. src/net/fd_fake.go

    	isConnected bool // handshake completed or use of association with peer
    	net         string
    	laddr       Addr
    	raddr       Addr
    
    	// The only networking available in WASI preview 1 is the ability to
    	// sock_accept on a pre-opened socket, and then fd_read, fd_write,
    	// fd_close, and sock_shutdown on the resulting connection. We
    	// intercept applicable netFD calls on this instance, and then pass
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Nov 20 15:56:08 UTC 2023
    - 3.8K bytes
    - Viewed (0)
Back to top