patty/include/patty
XANTRONIX Development 65ae821342 Re-establish broken APRS-IS connections
Re-establish broken APRS-IS connections in src/aprs_is.c; when read() or
write() sets errno to EIO, attempt at most 3 times to re-establish the
APRS-IS connection per read()/write() failure; if the maximum number of
attempts is met, the I/O operation is considered a total failure
2024-03-01 00:20:47 -05:00
..
ax25 Re-establish broken APRS-IS connections 2024-03-01 00:20:47 -05:00
bin Decouple interface names from patty_ax25_if 2024-03-01 00:20:47 -05:00
kiss Split patty_ax25_if_recv() into specific parts 2024-03-01 00:20:47 -05:00
ax25.h s/PATTY_AX25_CALLSIGN_LEN/PATTY_AX25_CALLSTRLEN/g 2024-03-01 00:20:47 -05:00
client.h Add patty_client_read(), patty_client_write() 2024-03-01 00:20:47 -05:00
conf.h Implement bin/pattyd.c 2024-03-01 00:20:47 -05:00
daemon.h Decouple interface names from patty_ax25_if 2024-03-01 00:20:47 -05:00
dict.h Significantly simplify dictionaries 2024-03-01 00:20:46 -05:00
error.h Implement src/error.c 2024-03-01 00:20:47 -05:00
hash.h ...I've been busy. 2024-03-01 00:20:46 -05:00
kiss.h Implement patty_ax25_if_driver 2024-03-01 00:20:47 -05:00
list.h Get rid of patty_list_iterator (too expensive) 2024-03-01 00:20:46 -05:00
print.h Refactor parameter decoding/display 2024-03-01 00:20:46 -05:00
timer.h Implement patty_timer_init() 2024-03-01 00:20:47 -05:00