patty/src
XANTRONIX Development 40408060de Don't throw error on failure to decode frames
Fix src/server.c, handle_frame() to not throw an error when encountering
errors decoding invalid frames
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 Fix strncpy() buffer size compiler warnings 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 tcflush() in patty_kiss_tnc_new() 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 Don't throw error on failure to decode frames 2024-03-01 00:20:47 -05:00
sock.c Implement SOCK_DGRAM 2024-03-01 00:20:47 -05:00
timer.c Implement patty_timer type 2024-03-01 00:20:46 -05:00