From: Paul Mackerras Date: Thu, 8 Mar 2001 05:14:26 +0000 (+0000) Subject: Separate out the setting of the interface MTU from the setting of X-Git-Tag: ppp-2.4.7~505 X-Git-Url: http://git.ozlabs.org/?a=commitdiff_plain;ds=sidebyside;h=cffe80dd87a8ba3fba8f56fda45d2c0cfd62ba4d;hp=cffe80dd87a8ba3fba8f56fda45d2c0cfd62ba4d;p=ppp.git Separate out the setting of the interface MTU from the setting of lower level things like the asyncmap and proto/AC compression. Renamed ppp_send/recv_config to tty_send/recv_config. At this point we have a structure of channel operations and a pointer to the currently set (the_channel) which a plugin can override if desired. ---