source: rtems/cpukit/pppd/STATUS @ 6ac6a5c8

5
Last change on this file since 6ac6a5c8 was 65c6425, checked in by Joel Sherrill <joel.sherrill@…>, on 05/03/12 at 17:24:46

Remove CVS Id Strings (manual edits after script)

These modifications were required by hand after running the script.
In some cases, the file names did not match patterns. In others,
the format of the file did not match any common patterns.

  • Property mode set to 100644
File size: 1.1 KB
Line 
1The pppd application seems to very stable.  It has been tested using
2the example application with the i386/pc586 and m68k/sbc5206e BSPs.
3The tests were executed using a null modem serial cable to connect
4with a UNIX box running either the ppp or pppd application and with
5an external modem to dial up a local ISP.
6
7If you have problems getting your target to make consistent connections
8with an ISP, the problem is most likely with the ppp options.  First
9try using the "novj" and "noaccomp" options.  If you have questions
10about what other option values are available for the rtems_pppd_set_option
11function, please look at the pppd.8 man page file or the the source code.
12The majority of options that are documented in man page should work
13with this function call.
14
15The pppd code had now been updated to use it's own RTEMS network
16drivers.  This removes the requirement for the task driven termios
17support.  This update has fixed the large packet ping problem.
18Currently, I do not know of any problems with the port.
19
20If you find any other problems or fix some problems, please post your
21changes to the RTEMS mailing list.
22
23Good Luck
Note: See TracBrowser for help on using the repository browser.