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

Commit

Permalink
[Backport] Disable static_assert about TransmissionInfo size to pass
Browse files Browse the repository at this point in the history
debug build.

Original commit message:
> Disable static_assert about TransmissionInfo size to pass debug build.
>
> [email protected]
> BUG=590140
>
> Committed: https://crrev.com/0e72481a295461c7ff302503a984c1771e597b1e
> Cr-Commit-Position: refs/heads/master@{#388269}
>
> patch from issue 1902793002 at patchset 1 (http://crrev.com/1902793002#ps1)
  • Loading branch information
Halton Huo committed Jul 4, 2016
1 parent a198c47 commit c3b0c8b
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 c3b0c8b

Please sign in to comment.