Skip to content

Commit

Permalink
added some description about the padding.
Browse files Browse the repository at this point in the history
added initial_contact.
  • Loading branch information
sakane committed Jul 16, 2000
1 parent 9768981 commit 5dd596b
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion kame/kame/racoon/racoon.conf.5
Expand Up @@ -232,6 +232,9 @@ define default lifetime of phase 1 SA.
.It Ic keepalive
Not yet.
.\"
.It Ic initial_contact (on \(ba off) ;
enable to send INITIAL-CONTACT message.
.\"
.It Ic nonce_size Ar number ;
define the byte size of nonce value.
.\"
Expand Down Expand Up @@ -352,10 +355,15 @@ specifyed padding format.
The followings are the list of statements.
.Bl -tag -width Ds -compact
.It Ic randomize (on \(ba off) ;
enable to randomize a value in padding.
.It Ic randomize_length (on \(ba off) ;
enable to randomize length of padding.
.It Ic maximum_length Ar number ;
.It Ic strict_check (on \(ba off) ;
define a maximum length of padding.
.It Ic exclusive_tail (on \(ba off) ;
means to set the number of pad bytes minus one into last part of the padding.
.It Ic strict_check (on \(ba off) ;
means to be constrained the peer to set the number of pad bytes.
.El
.El
.\"
Expand Down

0 comments on commit 5dd596b

Please sign in to comment.