diff options
author | Arnaldo Carvalho de Melo <acme@mandriva.com> | 2005-08-23 21:51:36 -0700 |
---|---|---|
committer | David S. Miller <davem@sunset.davemloft.net> | 2005-08-29 16:04:53 -0700 |
commit | d4b81ff70547b40c9b0742b163e8354560003cc0 (patch) | |
tree | dde55db47394af881411a33e06843ff8ab3fd3d8 /net/dccp/dccp.h | |
parent | 012e13eac7579fcc7618df4ca1d5af3cdc03748c (diff) | |
download | blackbird-obmc-linux-d4b81ff70547b40c9b0742b163e8354560003cc0.tar.gz blackbird-obmc-linux-d4b81ff70547b40c9b0742b163e8354560003cc0.zip |
[DCCP]: Export dccp_insert_option_timestamp to CCIDs
And don't insert a TIMESTAMP option in all packets, leave the decision
to the CCIDs.
Signed-off-by: Arnaldo Carvalho de Melo <acme@mandriva.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'net/dccp/dccp.h')
-rw-r--r-- | net/dccp/dccp.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/net/dccp/dccp.h b/net/dccp/dccp.h index 53994f10ced5..c6ba07ea1a9f 100644 --- a/net/dccp/dccp.h +++ b/net/dccp/dccp.h @@ -364,6 +364,8 @@ extern void dccp_insert_options(struct sock *sk, struct sk_buff *skb); extern void dccp_insert_option_elapsed_time(struct sock *sk, struct sk_buff *skb, u32 elapsed_time); +extern void dccp_insert_option_timestamp(struct sock *sk, + struct sk_buff *skb); extern void dccp_insert_option(struct sock *sk, struct sk_buff *skb, unsigned char option, const void *value, unsigned char len); |