tcp/lro: Fix typo.
MFC after: 1 week Sponsored by: Microsoft OSTC
This commit is contained in:
parent
4990d495fc
commit
9e3db01282
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=298696
@ -569,7 +569,7 @@ tcp_lro_rx(struct lro_ctrl *lc, struct mbuf *m, uint32_t csum)
|
||||
if ((th->th_flags & ~(TH_ACK | TH_PUSH)) != 0)
|
||||
return (TCP_LRO_CANNOT);
|
||||
|
||||
/* XXX-BZ We lose a AKC|PUSH flag concatinating multiple segments. */
|
||||
/* XXX-BZ We lose a ACK|PUSH flag concatinating multiple segments. */
|
||||
/* XXX-BZ Ideally we'd flush on PUSH? */
|
||||
|
||||
/*
|
||||
|
Loading…
Reference in New Issue
Block a user