patty/src
XANTRONIX Development 971fc2c375 Streamline responding to accept(), connect() calls
Changes:

    * Implement and use respond_accept() and respond_connect()
      convenience methods instead of stack allocating response objects,
      populating them, and using write() to send them to the client

    * When receiving XID frames in response to either an accept() or
      connect() call, respond to the client if any of the parameters
      sent from the peer are not compatible with a socket or interface,
      with the appropriate errno value
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 Fix patty_ax25_frame_decode_control() P/F flag bug 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 Use S_IFMT mask to test for S_IFSOCK in src/kiss.c 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 better modulo-128 I and S frame support 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 Streamline responding to accept(), connect() calls 2024-03-01 00:20:46 -05:00
sock.c Improve patty_ax25_sock_params_set() validation 2024-03-01 00:20:46 -05:00