patty/src
XANTRONIX Development e432d57ff3 Fix incorrect control P/F encoding in src/sock.c
Fix incorrect control P/F encoding in src/sock.c wherein the P/F flag
value was passed to patty_ax25_sock_send() as an information field body
length, rather than the pf argument for the internal functions
control_i(), control_s(), and control_u(); this corrects the following
functions:

    * patty_ax25_sock_send_rr()

    * patty_ax25_sock_send_rnr()

    * patty_ax25_sock_send_rej()
2024-03-01 00:20:46 -05:00
..
ax25.c Implement patty_ax25_addr_copy() 2024-03-01 00:20:46 -05:00
call.c Make bind() perform more validation 2024-03-01 00:20:46 -05:00
dict.c Significantly simplify dictionaries 2024-03-01 00:20:46 -05:00
frame.c Add byte order swapping macros to configure 2024-03-01 00:20:46 -05:00
hash.c ...I've been busy. 2024-03-01 00:20:46 -05:00
if.c Keep default Classes of Procedures for socks, ifs 2024-03-01 00:20:46 -05:00
kiss.c Only set use tcsetattr() on TTYs for KISS TNCs 2024-03-01 00:20:46 -05:00
list.c Get rid of patty_list_iterator (too expensive) 2024-03-01 00:20:46 -05:00
Makefile Implement generic timer functions in src/timer.c 2024-03-01 00:20:46 -05:00
print.c Better denote command/response frames 2024-03-01 00:20:46 -05:00
route.c Significantly simplify dictionaries 2024-03-01 00:20:46 -05:00
server.c Implement Response Delay Timer T2 2024-03-01 00:20:46 -05:00
sock.c Fix incorrect control P/F encoding in src/sock.c 2024-03-01 00:20:46 -05:00
timer.c Fix patty_timer_start() 2024-03-01 00:20:46 -05:00