]> www.infradead.org Git - users/dwmw2/openconnect.git/commit
PPP: Replace no_terminate_on_pause flag with terminate_on_pause flag
authorDaniel Lenski <dlenski@gmail.com>
Thu, 17 Jun 2021 20:14:32 +0000 (13:14 -0700)
committerDaniel Lenski <dlenski@gmail.com>
Thu, 17 Jun 2021 20:14:32 +0000 (13:14 -0700)
commit7d92d53ffcc439960b809ebdf016875628fdb15a
tree3f0b76b908cf9cd913ee85088225926f528edb5c
parentf5fe88c45a6317f83a58f6a0f47dcf2fa4319003
PPP: Replace no_terminate_on_pause flag with terminate_on_pause flag

We know of two real-world PPP-based VPNs that require us *not* to TERMINATE
at the PPP layer if we will want to subsequently resume a connection.  We
don't know of any real-world PPP-based VPNs that *do* want us to TERMINATE
at the PPP layer in this case; in fact, any server that *requires* this
would be unable to resume inadvertently dropped connections.

Replace the no_terminate_on_pause flag with a terminate_on_pause flag, in
order to reduce boilerplate and use the more plausible behavior as the
default.

Signed-off-by: Daniel Lenski <dlenski@gmail.com>
ppp.c
ppp.h