Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 35541
b: refs/heads/master
c: b83eff6
h: refs/heads/master
i:
  35539: f91a030
v: v3
  • Loading branch information
Ian McDonald authored and Arnaldo Carvalho de Melo committed Sep 24, 2006
1 parent 148ca2d commit 493d481
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 00e4d116a7ef94eb910be037912b0b2fc09f608b
refs/heads/master: b83eff641ed39bd631535b9a8971e161b056f541
8 changes: 7 additions & 1 deletion trunk/include/linux/dccp.h
Original file line number Diff line number Diff line change
Expand Up @@ -169,6 +169,12 @@ enum {
DCCPO_MAX_CCID_SPECIFIC = 255,
};

/* DCCP CCIDS */
enum {
DCCPC_CCID2 = 2,
DCCPC_CCID3 = 3,
};

/* DCCP features */
enum {
DCCPF_RESERVED = 0,
Expand Down Expand Up @@ -320,7 +326,7 @@ static inline unsigned int dccp_hdr_len(const struct sk_buff *skb)
/* initial values for each feature */
#define DCCPF_INITIAL_SEQUENCE_WINDOW 100
#define DCCPF_INITIAL_ACK_RATIO 2
#define DCCPF_INITIAL_CCID 2
#define DCCPF_INITIAL_CCID DCCPC_CCID2
#define DCCPF_INITIAL_SEND_ACK_VECTOR 1
/* FIXME: for now we're default to 1 but it should really be 0 */
#define DCCPF_INITIAL_SEND_NDP_COUNT 1
Expand Down

0 comments on commit 493d481

Please sign in to comment.