Userland AX.25 stack
Find a file
XANTRONIX Development f96017bc10 Implement handling/sending RNR frames
Changes:

    * When handling RR commands with the P/F flag set, check to see if
      the socket file descriptor is currently being monitored; if so,
      reply RR, otherwise reply RNR

    * When handling RNR commands with the P/F flag set, apply the same
      aforementioned logic as used for handling RR commands

    * When handling RNR responses, clear the socket file descriptor so
      as to avoid infinite loop polling and to indicate that the remote
      station cannot receive packets currently
2024-03-01 00:20:47 -05:00
doc Elaborate upon some finer points 2024-03-01 00:20:46 -05:00
examples Remove localcall arg from examples/ax25dump.c 2024-03-01 00:20:46 -05:00
include/patty Rename patty_ax25_sock sequences per Section 4.2.4 2024-03-01 00:20:47 -05:00
src Implement handling/sending RNR frames 2024-03-01 00:20:47 -05:00
configure Add byte order swapping macros to configure 2024-03-01 00:20:46 -05:00
Makefile Move test files to examples/; build libpatty 2024-03-01 00:20:46 -05:00