summaryrefslogtreecommitdiffstats
path: root/ax25/ax25d.c
Commit message (Collapse)AuthorAgeFilesLines
* Fix warnings about // style comment. And remove some of the mostRalf Baechle2007-01-231-5/+5
| | | | pointless comments.
* Fixed Length of NodeThomas Osterried2006-01-081-2/+2
| | | | | Here stood: static char Node[11]; /* Room for 'GB9ZZZ-15\0' */ ;))
* gcc4.0 is more pedantic than useful..Thomas Osterried2005-11-281-3/+3
|
* - better handling for IP mode VC connections (configurable viaThomas Osterried2005-10-301-31/+227
| | | | | | | | | ax25d.conf, see description in the header of ax25d.c) - due to a kernel bug in the ax25-stack, ax25d's accept() sometimes returns -ECONNABORTED, and ax25d never accepted new connections until kill -HUP or restart. on such an event, we'll re-read our config with ReadConfig() and obviously successfully re-obtain a valid listen-socket for that call on this interface.
* Import ax25-tools 0.0.3 from tarballax25-tools-0.0.3Ralf Baechle1999-07-081-1/+1
|
* Import ax25-tools 0.0.2 from tarballax25-tools-0.0.2Ralf Baechle1999-06-071-1/+14
|
* Import ax25-tools 0.0.1 from tarballax25-tools-0.0.1Ralf Baechle1999-04-211-0/+1195