Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for ConnectEx (0.07 sec)

  1. src/internal/poll/fd_windows.go

    		if err != nil {
    			return ntotal, err
    		}
    		buf = buf[n:]
    	}
    	return ntotal, nil
    }
    
    // Call ConnectEx. This doesn't need any locking, since it is only
    // called when the descriptor is first created. This is here rather
    // than in the net package so that it can use fd.wop.
    func (fd *FD) ConnectEx(ra syscall.Sockaddr) error {
    	o := &fd.wop
    	o.sa = ra
    	_, err := execIO(o, func(o *operation) error {
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed Jan 31 16:50:42 UTC 2024
    - 34.1K bytes
    - Viewed (0)
Back to top