splitted ppp.h to an internal and external header file to get a clear separation of which functions an application or port may use (task #11281)

This commit is contained in:
Simon Goldschmidt
2011-09-11 19:30:28 +02:00
parent 6058389974
commit d6227aece6
16 changed files with 401 additions and 314 deletions

View File

@@ -7,6 +7,11 @@ HISTORY
++ New features:
2011-09-11: Simon Goldschmidt
* ppp.h, ppp_impl.h: splitted ppp.h to an internal and external header file
to get a clear separation of which functions an application or port may use
(task #11281)
2011-09-11: Simon Goldschmidt
* opt.h, tcp_impl.h, tcp.c, udp.h/.c: Added a config option to randomize
initial local TCP/UDP ports (so that different port ranges are used after
a reboot; bug #33818; this one added tcp_init/udp_init functions again)