Userland AX.25 stack
Find a file
XANTRONIX Development fa53b8d49d Keep separate TX, RX single buffers in socks
Changes:

    * Replace patty_ax25_sock member 'buf' with 'tx_buf' and 'rx_buf'
      for transmitting or receiving single, non-sequential packets

    * Make patty_ax25_sock_upgrade() reallocate all I/O buffers based on
      window size and MTU/MRU, useful when entering SABME mode
2024-03-01 00:20:46 -05:00
doc Elaborate upon some finer points 2024-03-01 00:20:46 -05:00
examples Don't exit when unable to decode specific frames 2024-03-01 00:20:46 -05:00
include/patty Keep separate TX, RX single buffers in socks 2024-03-01 00:20:46 -05:00
src Keep separate TX, RX single buffers in socks 2024-03-01 00:20:46 -05:00
configure Update configure from birchvm 2024-03-01 00:20:46 -05:00
Makefile Move test files to examples/; build libpatty 2024-03-01 00:20:46 -05:00