Home
last modified time | relevance | path

Searched refs:flight (Results 1 – 25 of 32) sorted by relevance

12

/openssl/util/perl/TLSProxy/
H A DRecord.pm66 my $flight = shift;
118 $flight,
132 $flight,
212 my ($flight,
224 $flight,
240 my ($flight,
251 $flight,
268 $flight,
282 flight => $flight,
418 sub flight subroutine
[all …]
H A DProxy.pm129 flight => -1,
152 $self->{flight} = -1;
510 $self->{flight} = $self->{flight} + 1;
515 print "Processing flight ".$self->flight."\n";
519 my @ret = TLSProxy::Record->get_records($server, $self->flight,
573 sub flight subroutine
576 return $self->{flight};
/openssl/test/recipes/
H A D70-test_tls13hrr.t121 if ($proxy->flight != 1) {
137 if ($proxy->flight == 2) {
144 if ($proxy->flight != 1) {
157 if ($proxy->flight == 4) {
162 if ($proxy->flight != 3) {
168 for ($i = 0; ${$proxy->record_list}[$i]->flight() < 1; $i++) {
187 if ($proxy->flight != 0) {
H A D70-test_sslextension.t56 if ($proxy->flight == 1) {
66 if ($proxy->flight != 0) {
105 if ($proxy->flight == 0) {
119 if ($proxy->flight == 0) {
121 } elsif ($proxy->flight == 1) {
136 if ($proxy->flight == 0) {
142 if ($proxy->flight != 1) {
182 if ($proxy->flight != 0) {
H A D70-test_tls13psk.t116 my $flight;
120 $flight = 0;
122 $flight = 2;
126 return if $proxy->flight != $flight;
152 return if $proxy->flight != 0;
H A D70-test_sslsignature.t115 my $flight;
121 $flight = 1;
123 $flight = 2;
127 return if ($proxy->flight != $flight);
H A D70-test_sslrecords.t349 if ($proxy->flight != 0) {
394 if ($proxy->flight != 0) {
450 if ($proxy->flight != 0) {
598 if ($proxy->flight == 0) {
601 } elsif ($proxy->flight != 1 || $added_record) {
638 for ($i = 0; ${$proxy->record_list}[$i]->flight() < 1; $i++) {
653 if ($proxy->flight != 1) {
670 if ($proxy->flight != 3) {
690 if ($proxy->flight != 1) {
713 if ($proxy->flight != 1) {
H A D70-test_tls13cookie.t76 return if ($proxy->flight > 2);
86 && ${$message->records}[0]->flight == 1) {
92 if (${$message->records}[0]->flight == 0) {
H A D70-test_sslsigalgs.t331 if ($proxy->flight != 0) {
365 return if ($proxy->flight != 0);
422 if ($proxy->flight != 0) {
458 if ($proxy->flight != 1) {
476 if ($proxy->flight != 0) {
H A D70-test_sslcbcpadding.t69 if ($proxy->flight == 0) {
114 $proxy->flight,
H A D70-test_sslversions.t128 if ($proxy->flight == 1) {
140 if ($proxy->flight != 0) {
H A D70-test_key_share.t317 if (($direction == CLIENT_TO_SERVER && $proxy->flight != 0
318 && ($proxy->flight != 1 || $testtype != NO_KEY_SHARES_IN_HRR))
319 || ($direction == SERVER_TO_CLIENT && $proxy->flight != 1)) {
H A D70-test_renegotiation.t187 if ($proxy->flight != 0) {
207 if ($proxy->flight != 0) {
H A D70-test_tls13alerts.t48 if ($proxy->flight != 1) {
H A D70-test_sslcertstatus.t52 if ($proxy->flight != 1) {
H A D70-test_sslskewith0p.t53 if ($proxy->flight != 1) {
H A D70-test_npn.t62 return if $proxy->flight != 2;
H A D70-test_certtypeext.t80 return if $proxy->flight != 0;
H A D70-test_sslvertol.t111 if ($proxy->flight != 0) {
H A D70-test_tls13downgrade.t99 if ($proxy->flight != 0) {
H A D70-test_comp.t189 return if $proxy->flight != 0;
H A D70-test_sslsessiontick.t201 if ($proxy->flight != 1) {
/openssl/doc/designs/quic-design/
H A Dglossary.md4 **ACKM:** ACK Manager. Responsible for tracking packets in flight and generating
25 the CFQ strategy for frame in flight management. For details, see FIFM
61 **FIFD:** Frame-in-flight dispatcher. Ties together the CFQ and TXPIM to handle
64 **FIFM:** Frame-in-flight manager. Tracks frames in flight until their
H A Dquic-connID-retire.md27 * ensuring only one retire connection ID frame is in flight
H A Dquic-overview.md27 The frame in flight manager manages the queueing of frames which may need to be

Completed in 26 milliseconds

12