Skip to content

Commit

Permalink
Merge branch 'dccp' of git://eden-feed.erg.abdn.ac.uk/net-next-2.6
Browse files Browse the repository at this point in the history
  • Loading branch information
David S. Miller committed Nov 15, 2010
2 parents fe82224 + 7e87fe8 commit 6c1b6c6
Show file tree
Hide file tree
Showing 8 changed files with 339 additions and 343 deletions.
2 changes: 2 additions & 0 deletions include/linux/dccp.h
Original file line number Diff line number Diff line change
Expand Up @@ -462,6 +462,7 @@ struct dccp_ackvec;
* @dccps_hc_rx_insert_options - receiver wants to add options when acking
* @dccps_hc_tx_insert_options - sender wants to add options when sending
* @dccps_server_timewait - server holds timewait state on close (RFC 4340, 8.3)
* @dccps_sync_scheduled - flag which signals "send out-of-band message soon"
* @dccps_xmitlet - tasklet scheduled by the TX CCID to dequeue data packets
* @dccps_xmit_timer - used by the TX CCID to delay sending (rate-based pacing)
* @dccps_syn_rtt - RTT sample from Request/Response exchange (in usecs)
Expand Down Expand Up @@ -503,6 +504,7 @@ struct dccp_sock {
__u8 dccps_hc_rx_insert_options:1;
__u8 dccps_hc_tx_insert_options:1;
__u8 dccps_server_timewait:1;
__u8 dccps_sync_scheduled:1;
struct tasklet_struct dccps_xmitlet;
struct timer_list dccps_xmit_timer;
};
Expand Down
Loading

0 comments on commit 6c1b6c6

Please sign in to comment.