patty/src
XANTRONIX Development 0b8ce4f775 Gracefully close raw sockets on EOF
In src/server.c, handle_sock_raw(), gracefully close sockets upon
read()ing EOF
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 Always clear KISS frame decode state on FEND 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 Gracefully close raw sockets on EOF 2024-03-01 00:20:47 -05:00
sock.c Improve patty_ax25_sock_destroy() for raw sockets 2024-03-01 00:20:47 -05:00
timer.c Fix various timer-related issues 2024-03-01 00:20:47 -05:00