]> err.no Git - linux-2.6/blobdiff - net/dccp/options.c
Merge branch 'master'
[linux-2.6] / net / dccp / options.c
index c480c506a4a47c7708cea4ed2ce877fbc62ece88..0a76426c9aeab322f6eae5dd8e8e2309e1454d98 100644 (file)
@@ -25,7 +25,8 @@
 /* stores the default values for new connection. may be changed with sysctl */
 static const struct dccp_options dccpo_default_values = {
        .dccpo_sequence_window    = DCCPF_INITIAL_SEQUENCE_WINDOW,
-       .dccpo_ccid               = DCCPF_INITIAL_CCID,
+       .dccpo_rx_ccid            = DCCPF_INITIAL_CCID,
+       .dccpo_tx_ccid            = DCCPF_INITIAL_CCID,
        .dccpo_send_ack_vector    = DCCPF_INITIAL_SEND_ACK_VECTOR,
        .dccpo_send_ndp_count     = DCCPF_INITIAL_SEND_NDP_COUNT,
 };