mirror of
https://gitlab.com/openconnect/ocserv.git
synced 2026-03-27 15:27:53 +08:00
Merge branch 'codespell' into 'master'
Fix typo found by codespell See merge request openconnect/ocserv!274
This commit is contained in:
@@ -507,7 +507,7 @@ ipv4-netmask = 255.255.255.0
|
|||||||
# when a default route is set.
|
# when a default route is set.
|
||||||
#tunnel-all-dns = true
|
#tunnel-all-dns = true
|
||||||
|
|
||||||
# The advertized DNS server. Use multiple lines for
|
# The advertised DNS server. Use multiple lines for
|
||||||
# multiple servers.
|
# multiple servers.
|
||||||
# dns = fc00::4be0
|
# dns = fc00::4be0
|
||||||
dns = 192.168.1.2
|
dns = 192.168.1.2
|
||||||
|
|||||||
@@ -260,7 +260,7 @@ typedef struct worker_st {
|
|||||||
* data we can send to the client (i.e., MTU of the tun device,
|
* data we can send to the client (i.e., MTU of the tun device,
|
||||||
* can be accessed using the DATA_MTU() macro and this value. */
|
* can be accessed using the DATA_MTU() macro and this value. */
|
||||||
unsigned link_mtu;
|
unsigned link_mtu;
|
||||||
unsigned adv_link_mtu; /* the MTU advertized on connection setup */
|
unsigned adv_link_mtu; /* the MTU advertised on connection setup */
|
||||||
|
|
||||||
unsigned cstp_crypto_overhead; /* estimated overhead of DTLS ciphersuite + DTLS CSTP HEADER */
|
unsigned cstp_crypto_overhead; /* estimated overhead of DTLS ciphersuite + DTLS CSTP HEADER */
|
||||||
unsigned cstp_proto_overhead; /* UDP + IP header size */
|
unsigned cstp_proto_overhead; /* UDP + IP header size */
|
||||||
|
|||||||
Reference in New Issue
Block a user