Skip to content

Commit

Permalink
Revert removal of struct members
Browse files Browse the repository at this point in the history
Apparently they are still used by the tree so let’s keep them
  • Loading branch information
RSilicon committed Jul 21, 2021
1 parent b4477de commit 7e3005d
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions sys/netinet/tcp_stacks/tcp_rack.h
Original file line number Diff line number Diff line change
Expand Up @@ -340,6 +340,9 @@ struct rack_fast_send_blk {
struct udphdr *udp;
struct mbuf *m;
uint32_t o_m_len;
uint32_t rfo_apply_push : 1,
hw_tls : 1,
unused : 30;
};

struct rack_control {
Expand Down

0 comments on commit 7e3005d

Please sign in to comment.