Skip to content
This repository was archived by the owner on Apr 3, 2020. It is now read-only.

Commit e477547

Browse files
author
Raphael Kubo da Costa
authored
Merge pull request #366 from halton/quic_assert
[Backport] Disable static_assert about TransmissionInfo size to pass debug build.
2 parents a198c47 + c3b0c8b commit e477547

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

net/quic/quic_protocol.h

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1390,8 +1390,6 @@ struct NET_EXPORT_PRIVATE TransmissionInfo {
13901390
// Non-empty if there is a listener for this packet.
13911391
std::list<AckListenerWrapper> ack_listeners;
13921392
};
1393-
static_assert(sizeof(TransmissionInfo) <= 128,
1394-
"TODO(ianswett): Keep the TransmissionInfo size to a cacheline.");
13951393

13961394
// Struct to store the pending retransmission information.
13971395
struct PendingRetransmission {

0 commit comments

Comments
 (0)