patty/src
XANTRONIX Development 25f2a0abe9 Make patty_ax25_sock_ack() return 1 if N(R) = V(A)
Make patty_ax25_sock_ack() return 1 if N(R) = V(A), to provide a
convenient means of verifying that an acknowledgement from the peer is
at least valid for current sequence variables, even if no new frames are
acknowledged; patty_ax25_sock_ack_pending() can always be used to
determine when frames are still pending acknowledgement
2024-03-01 00:20:47 -05:00
..
ax25.c Implement SSID suffix stringes in pton()/ntop() 2024-03-01 00:20:47 -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 SSID suffix stringes in pton()/ntop() 2024-03-01 00:20:47 -05:00
hash.c ...I've been busy. 2024-03-01 00:20:46 -05:00
if.c Disregard TEST, UA and XID not addressed to iface 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 Implement SSID suffix stringes in pton()/ntop() 2024-03-01 00:20:47 -05:00
route.c Implement SSID suffix stringes in pton()/ntop() 2024-03-01 00:20:47 -05:00
server.c Don't stop Timer T3 only when stopping I transmit 2024-03-01 00:20:47 -05:00
sock.c Make patty_ax25_sock_ack() return 1 if N(R) = V(A) 2024-03-01 00:20:47 -05:00
timer.c Implement patty_timer_init() 2024-03-01 00:20:47 -05:00