Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for quicWaitForSignal (0.15 sec)

  1. src/crypto/tls/quic.go

    		Kind: QUICRejectedEarlyData,
    	})
    }
    
    // quicWaitForSignal notifies the QUICConn that handshake progress is blocked,
    // and waits for a signal that the handshake should proceed.
    //
    // The handshake may become blocked waiting for handshake bytes
    // or for the user to provide transport parameters.
    func (c *Conn) quicWaitForSignal() error {
    	// Drop the handshake mutex while blocked to allow the user
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed May 22 17:23:54 UTC 2024
    - 15.1K bytes
    - Viewed (0)
Back to top