diff options
author | Bhasker Hariharan <bhaskerh@google.com> | 2020-04-30 18:28:09 -0700 |
---|---|---|
committer | gVisor bot <gvisor-bot@google.com> | 2020-04-30 18:29:57 -0700 |
commit | 8962b7840f577b15d526e360077eefdb5c6373ce (patch) | |
tree | 71ff992397c2efb2af493d9801e64b505fac8451 /pkg/tcpip/link/qdisc/fifo/endpoint.go | |
parent | ae15d90436ec5ecd8795bed2a357b1990123e8fd (diff) |
Enable FIFO QDisc by default in runsc.
Updates #231
PiperOrigin-RevId: 309339316
Diffstat (limited to 'pkg/tcpip/link/qdisc/fifo/endpoint.go')
-rw-r--r-- | pkg/tcpip/link/qdisc/fifo/endpoint.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pkg/tcpip/link/qdisc/fifo/endpoint.go b/pkg/tcpip/link/qdisc/fifo/endpoint.go index be9fec3b3..54432194d 100644 --- a/pkg/tcpip/link/qdisc/fifo/endpoint.go +++ b/pkg/tcpip/link/qdisc/fifo/endpoint.go @@ -163,7 +163,7 @@ func (e *endpoint) WritePacket(r *stack.Route, gso *stack.GSO, protocol tcpip.Ne // WritePackets implements stack.LinkEndpoint.WritePackets. // -// Being a batch API each packet in pkts should have the following fields +// Being a batch API, each packet in pkts should have the following fields // populated: // - pkt.EgressRoute // - pkt.GSOOptions |