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

Commit

Permalink
Merge pull request #366 from halton/quic_assert
Browse files Browse the repository at this point in the history
[Backport] Disable static_assert about TransmissionInfo size to pass debug build.
  • Loading branch information
rakuco committed Jul 4, 2016
2 parents a198c47 + c3b0c8b commit e477547
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions net/quic/quic_protocol.h
Original file line number Diff line number Diff line change
Expand Up @@ -1390,8 +1390,6 @@ struct NET_EXPORT_PRIVATE TransmissionInfo {
// Non-empty if there is a listener for this packet.
std::list<AckListenerWrapper> ack_listeners;
};
static_assert(sizeof(TransmissionInfo) <= 128,
"TODO(ianswett): Keep the TransmissionInfo size to a cacheline.");

// Struct to store the pending retransmission information.
struct PendingRetransmission {
Expand Down

0 comments on commit e477547

Please sign in to comment.