patty/src
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
..
aprs_is.c Re-establish broken APRS-IS connections 2024-03-01 00:20:47 -05:00
ax25.c Prevent SSIDs >15 in patty_ax25_pton() 2024-03-01 00:20:47 -05:00
client.c Remove useless expression from patty_client_ping() 2024-03-01 00:20:47 -05:00
conf.c Fix patty_conf_read() backslash escape bug 2024-03-01 00:20:47 -05:00
daemon.c Decouple interface names from patty_ax25_if 2024-03-01 00:20:47 -05:00
dict.c Significantly simplify dictionaries 2024-03-01 00:20:46 -05:00
error.c Rename patty_error_isset() to patty_error_set() 2024-03-01 00:20:47 -05:00
frame.c Use const qualifier in src/frame.c where proper 2024-03-01 00:20:47 -05:00
hash.c ...I've been busy. 2024-03-01 00:20:46 -05:00
if.c Decouple interface names from patty_ax25_if 2024-03-01 00:20:47 -05:00
kiss.c Implement patty_ax25_if_driver 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 APRS-IS interface type 2024-03-01 00:20:47 -05:00
print.c Increase print_addr() buffer size in src/print.c 2024-03-01 00:20:47 -05:00
route.c Implement src/daemon.c 2024-03-01 00:20:47 -05:00
server.c Decouple interface names from patty_ax25_if 2024-03-01 00:20:47 -05:00
sock.c Attempt to set raw attributes on new socket PTYs 2024-03-01 00:20:47 -05:00
timer.c Implement patty_timer_init() 2024-03-01 00:20:47 -05:00
tnc.c Reset TNC command state on frame end 2024-03-01 00:20:47 -05:00