Userland AX.25 stack
Find a file
XANTRONIX Development 8ab4c24b4a Implement XID/SABM/SABME ack timers
Changes:

    * Implement patty_ax25_sock_timeR_ack_restart() to initialize the
      XID/SABM/SABME ack Timer T1

    * Implement patty_ax25_sock_timer_ack_cancel() to clear Timer T1

    * Implement patty_ax25_sock_timer_ack_sub() to subtract the value of
      a struct timeval from Timer T1

    * Implement patty_ax25_sock_timer_ack_expired() to indicate if the
      ack Timer T1 has expired

Other changes:

    * Rearrange patty_ax25_sock a bit
2024-03-01 00:20:46 -05:00
doc Elaborate upon some finer points 2024-03-01 00:20:46 -05:00
examples Use ptsname(), not ptsname_r(), for portability 2024-03-01 00:20:46 -05:00
include/patty Implement XID/SABM/SABME ack timers 2024-03-01 00:20:46 -05:00
src Implement XID/SABM/SABME ack timers 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