Conflicts:
openvpn.8
- Enhancements to the --register-dns description
ssl.h
- Community changed n_packets and n_bytes to use
counter_type instead of int to avoid integer overflows
(commit
6484c6299cf298107316e6497)
Signed-off-by: David Sommerseth <dazo@users.sourceforge.net>
above.
.\"*********************************************************
.TP
-.B --register-dns
+.B \-\-register-dns
- Run ipconfig /flushdns and ipconfig /registerdns on
- connection initiation. This is known to kick Windows into
+ Run net stop dnscache, net start dnscache, ipconfig /flushdns
+ and ipconfig /registerdns on connection initiation.
+ This is known to kick Windows into
recognizing pushed DNS servers.
.\"*********************************************************
.TP
struct reliable *rec_reliable; /* order incoming ciphertext packets before we pass to TLS */
struct reliable_ack *rec_ack; /* buffers all packet IDs we want to ACK back to sender */
- int n_bytes; /* how many bytes sent/recvd since last key exchange */
- int n_packets; /* how many packets sent/recvd since last key exchange */
+ struct buffer_list *paybuf;
+
+ counter_type n_bytes; /* how many bytes sent/recvd since last key exchange */
+ counter_type n_packets; /* how many packets sent/recvd since last key exchange */
/*
* If bad username/password, TLS connection will come up but 'authenticated' will be false.