This is an automated email from the ASF dual-hosted git repository. maskit pushed a commit to branch quic-latest in repository https://gitbox.apache.org/repos/asf/trafficserver.git
The following commit(s) were added to refs/heads/quic-latest by this push: new 7e1cd27 QUIC_TLS* defines are extra to IETF QUIC draft 7e1cd27 is described below commit 7e1cd27bec7631de9be8ef8a686ca8a99fc6fc56 Author: IvanStarodubtsev <webdrive...@users.noreply.github.com> AuthorDate: Fri Oct 27 11:15:39 2017 +0300 QUIC_TLS* defines are extra to IETF QUIC draft --- iocore/net/P_QUICNetVConnection.h | 11 ----------- 1 file changed, 11 deletions(-) diff --git a/iocore/net/P_QUICNetVConnection.h b/iocore/net/P_QUICNetVConnection.h index 315ec24..431ff76 100644 --- a/iocore/net/P_QUICNetVConnection.h +++ b/iocore/net/P_QUICNetVConnection.h @@ -70,17 +70,6 @@ #define QUIC_OP_HANDSHAKE 0x16 -// TS-2503: dynamic TLS record sizing -// For smaller records, we should also reserve space for various TCP options -// (timestamps, SACKs.. up to 40 bytes [1]), and account for TLS record overhead -// (another 20-60 bytes on average, depending on the negotiated ciphersuite [2]). -// All in all: 1500 - 40 (IP) - 20 (TCP) - 40 (TCP options) - TLS overhead (60-100) -// For larger records, the size is determined by TLS protocol record size -#define QUIC_DEF_TLS_RECORD_SIZE 1300 // 1500 - 40 (IP) - 20 (TCP) - 40 (TCP options) - TLS overhead (60-100) -#define QUIC_MAX_TLS_RECORD_SIZE 16383 // 2^14 - 1 -#define QUIC_DEF_TLS_RECORD_BYTE_THRESHOLD 1000000 -#define QUIC_DEF_TLS_RECORD_MSEC_THRESHOLD 1000 - // class QUICNextProtocolSet; // struct QUICCertLookup; -- To stop receiving notification emails like this one, please contact ['"commits@trafficserver.apache.org" <commits@trafficserver.apache.org>'].