mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
Clarify TSO segment limit comment and remove two TABs to make lines a
bit shorter. Sponsored by: Mellanox Technologies
This commit is contained in:
parent
4952ad427a
commit
f8ca61996e
1 changed files with 6 additions and 3 deletions
|
|
@ -238,9 +238,12 @@ struct ifnet {
|
|||
* to find a better place for
|
||||
* it eventually. */
|
||||
|
||||
/* TSO fields for segment limits. If a field is zero below, there is no limit. */
|
||||
u_int if_hw_tsomaxsegcount; /* TSO maximum segment count */
|
||||
u_int if_hw_tsomaxsegsize; /* TSO maximum segment size in bytes */
|
||||
/*
|
||||
* TSO fields for segment limits. If a field below is zero,
|
||||
* there is no TSO segment limit.
|
||||
*/
|
||||
u_int if_hw_tsomaxsegcount; /* TSO maximum segment count */
|
||||
u_int if_hw_tsomaxsegsize; /* TSO maximum segment size in bytes */
|
||||
|
||||
/*
|
||||
* Spare fields to be added before branching a stable branch, so
|
||||
|
|
|
|||
Loading…
Reference in a new issue