]> git.ozlabs.org Git - ppp.git/commit
Separate out the setting of the interface MTU from the setting of
authorPaul Mackerras <paulus@samba.org>
Thu, 8 Mar 2001 05:14:26 +0000 (05:14 +0000)
committerPaul Mackerras <paulus@samba.org>
Thu, 8 Mar 2001 05:14:26 +0000 (05:14 +0000)
commitcffe80dd87a8ba3fba8f56fda45d2c0cfd62ba4d
treec9e9696e6996f2544e861de7ca9805acf1786e87
parent37a8acc7ee2527693d0c8ba82b2eaea249abde34
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.
pppd/demand.c
pppd/multilink.c
pppd/sys-linux.c
pppd/sys-solaris.c