Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for TestQUICConnection (1.79 sec)

  1. src/crypto/tls/quic_test.go

    				a.onResumeSession(e.SessionState)
    			}
    		case QUICRejectedEarlyData:
    			a.earlyDataRejected = true
    		}
    		if e.Kind != QUICNoEvent {
    			idleCount = 0
    		}
    	}
    }
    
    func TestQUICConnection(t *testing.T) {
    	config := testConfig.Clone()
    	config.MinVersion = VersionTLS13
    
    	cli := newTestQUICClient(t, config)
    	cli.conn.SetTransportParameters(nil)
    
    	srv := newTestQUICServer(t, config)
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed May 22 17:23:54 UTC 2024
    - 19.3K bytes
    - Viewed (0)
Back to top