| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
| |
set near or above 32k (likely caused by 16bit signed word overflow). 16k
actually (surprizingly) has higher performance than other values I tested.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
o Supporting SYNC SIO device (But need a device driver)
- add "set speed sync"
o Fixing bug for Predictor-1 function.
o Add new parameter that re-sent interval for set timeout commands.
o Improving RTT (Round Trip Time) and reducing processor time.
- Previous Timer service was using polling, and now using
SIGALRM ;-)
- A 0.94beta2 will not work correctly....
-- Follows are additinal feature not including 0.94beta2
o Support Proxy ARP
- add "enable/disable proxy" commands
o Marging common routine in CHAP/PAP.
o Enhancing LCP/IPCP log information.
o Support local Authfication connection on port 300x and tty.
- You can set up pair of your "hostname -s" and
password in ppp.secret. if either ppp.secret file nor
your hostname line don't exist, It will notify a message
and working as same as previous version.(Backword compatibility)
- If you did set up them, It's allow connection but nothing to do
except help and passwd command.
- add "passwd yourpasswd" commands
o Support afilter - keep Alive filter that a packet can send/receiving
according to ifilter/ofilter but doesn't count it as preventing idle
timer expires.
- Same syntax of other filters.
o Fixing bugs reported by current user for previous one. Thanks !!
Reviewed by: Atsushi Murai (amurai@spec.co.jp)
|
|
|
|
| |
Submitted by: frank@fwi.uva.nl (Frank van der Linden)
|
|
|
|
|
| |
a point-to-point link, don't attempt a comparison if the pointer to the
destination sockaddr is NULL (i.e. it has not been set/initialized).
|
|
|
|
|
|
| |
shouldn't cause a panic.
Obtained from: Stevens, vol. 2, p. 667
|
| |
|
| |
|
| |
|
|
|
|
| |
included by user code must never depend on kernel compile options.
|
| |
|
|
|
|
|
|
| |
branch.
Submitted by: Andras Olah <olah@cs.utwente.nl>
|
|\
| |
| |
| | |
which included commits to RCS files with non-trunk default branches.
|
| |
|
|
|
|
|
|
| |
for compiling routed... Previously a kernel function pointer that is
bogusly visible to applications was incompletely declared to hide the
problem.
|
| |
|
|
|
|
|
|
|
|
|
|
|
| |
delete them when the ``parent'' goes away
route.h: add glue to track this to rtentry structure. WARNING WILL ROBINSON!
This will be yet another incompatible change in your route-using binaries.
I apologize, but this was the only way to do it. I took this opportunity
to increase the size of the metrics to what I believe will be the final
length for 2.1, so that when the T/TCP stuff is done, this won't happen
again.
|
|
|
|
|
|
| |
Reviewed by: <wollman>
First hooks and defines for the ISDN driver,
that soon will see the light ...
|
|
|
|
| |
.c file where it belongs. Bezeroed some uninitialized malloc data.
|
| |
|
| |
|
|
|
|
| |
successor of IFF_ALTPHYS).
|
|
|
|
| |
be.
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
and one set by the protocol family. Also add another parameter to
rtalloc1() to allow for any interface flags to be ignored; currently
this is only useful for RTF_PRCLONING. Get rid of rt_prflags and re-unite
with rt_flags. Add T/TCP ``route metrics''.
NB: YOU MUST RECOMPILE `route' AND OTHER RELATED PROGRAMS AS A RESULT OF
THIS CHANGE.
This also adds a new interface parameter, `ifi_physical', which will
eventually replace IFF_ALTPHYS as the mechanism for specifying the
particular physical connection desired on a multiple-connection card.
NB: YOU MUST RECOMPILE `ifconfig' AND OTHER RELATED PROGRAMS AS A RESULT OF
THIS CHANGE.
|
|
|
|
|
| |
<systm.h> is <sys/systm.h>.
<kernel.h> is <sys/kernel.h>.
|
|\
| |
| |
| | |
which included commits to RCS files with non-trunk default branches.
|
|
|
|
| |
from Serge Vakulenko
|
| |
|
|
|
|
|
|
|
|
|
| |
operation of each clist. Limit the growth of each clist. Clists
can only grow larger than the reserved minimum if there are free
cblocks in a shared pool. The size of this pool is now fixed
(this could be improved). The reserved and maximum sizes are more
carefully allocated for slip and ppp, depending on the mtu. A maximum
MTU of 16384 is now enforced for ppp.
|
|
|
|
|
|
| |
and into ether_input(). It was silly to have bpf want this one way and
ether_input want it another way. Ripped out trailer support from the few
remaining drivers that still had it.
|
|
|
|
|
| |
See Gene's mail for explanation..
Submitted by: Gene Stark
|
| |
|
|
|
|
|
|
| |
genassym compile when KERNEL is not defined.
Uniformize idempotency ifdef.
|
|
|
|
|
|
|
|
|
|
| |
Declare a complete prototype for the function pointer *ifa_rtrequest.
radix.h:
Declare a complete prototype for the function pointer *rnh_walktree
and for the function rn_walktree.
Uniformize idempotency ifdef.
|
|
|
|
| |
1.1.5.1, and oversaw this thang.
|
|
|
|
|
|
| |
NB: You will have to recompile programs which use the `rt_use' member in
order to get the correct values. This should not cause incorrect operation,
but the statistics may look a little confusing.
|
|
|
|
|
| |
IN_RMX. (Eventually this will be standard, but I just wrote the code today
and don't want to break anyone.)
|
|
|
|
| |
this problem.
|
| |
|
|
|
|
|
| |
doesn't have any networking in it. For instance the new "MINI" install-
kernel.
|
|
|
|
|
|
|
|
| |
a route. (This still doesn't work, but it doesn't panic now.) It looks
like there may be a number of incipient bugs in this code.
Also, get ready for the time when all IP gateway routes are cloning, which
is necessary to keep proper TCP statistics.
|
|
|
|
| |
Changed swapmap into swaplist.
|
| |
|
|
|
|
|
| |
be int. I made them int, and let them return 0. Will have to find out
what the return-val is used for.
|
| |
|
|
|
|
|
|
|
|
|
|
|
| |
- Allow PPP to run multicasts natively.
- Deal properly with lots of similarly-named interfaces.
- Don't sign-extend if_flags.
NB: the last fix (to rtsock.c) must be reversed when we expand if_flags to a
reasonable size.
Submitted by: Mark Treacy
|
| |
|
|
|
|
|
|
| |
Reviewed by:
Submitted by:
Obtained from:
|
|
|
|
|
| |
more bits left in if_flags and I don't want to make it a long this late in
the release cycle.)
|
| |
|