patty/src
XANTRONIX Development 3db8c9cef3 Better handling, response to FRMR, SABM, and SABME
Changes:

    * Use patty_ax25_sock_reset() when receiving a FRMR, SABM, or SABME
      frame

    * Reply to an SABM or SABME frame with a UA when received by an
      ESTABLISHED socket
2024-03-01 00:20:47 -05:00
..
ax25.c Implement patty_ax25_addr_copy() 2024-03-01 00:20:46 -05:00
client.c Improve accept(); allow select(2) on listeners 2024-03-01 00:20:47 -05:00
dict.c Significantly simplify dictionaries 2024-03-01 00:20:46 -05:00
frame.c Implement SOCK_DGRAM 2024-03-01 00:20:47 -05:00
hash.c ...I've been busy. 2024-03-01 00:20:46 -05:00
if.c Implement support for sending frames with SOCK_RAW 2024-03-01 00:20:47 -05:00
kiss.c Use O_NOCTTY in patty_kiss_tnc_open() 2024-03-01 00:20:47 -05:00
list.c Get rid of patty_list_iterator (too expensive) 2024-03-01 00:20:46 -05:00
Makefile Implement new patty client code 2024-03-01 00:20:46 -05:00
print.c Omit version field in patty_print_frame_header() 2024-03-01 00:20:47 -05:00
route.c Significantly simplify dictionaries 2024-03-01 00:20:46 -05:00
server.c Better handling, response to FRMR, SABM, and SABME 2024-03-01 00:20:47 -05:00
sock.c Reset Timer T1, TX slots w/patty_ax25_sock_reset() 2024-03-01 00:20:47 -05:00
timer.c Implement patty_timer_init() 2024-03-01 00:20:47 -05:00