Use RSA key blinding to protect against timing attacks.
[paraslash.git] / ggo / dccp_recv.ggo
1 option "host" i
2 "ip or host"
3 string default="localhost"
4 optional
5 details="
6         Both IPv4 and IPv6 addresses are supported.
7 "
8
9 option "port" p
10 "port to connect to"
11 int
12 default="8000"
13 optional