home *** CD-ROM | disk | FTP | other *** search
- /*
- netrom.h
-
- Definitions used w/ Net/Rom
-
- September, 1989
- Andrew C. Payne
- */
-
- /* ----- Structures ----- */
- struct nr_broadcast { /* Net/Rom broadcast */
- struct ax25_addr dest; /* destination */
- char alias[6]; /* node identifier */
- struct ax25_addr neighbor; /* best neighbor */
- byte quality; /* quality to this neighbor */
- };