Make sure to activate Timer T1 in connect()

This commit is contained in:
XANTRONIX Development 2020-07-27 01:05:43 -04:00 committed by XANTRONIX Industrial
parent 499445d8b1
commit 9db9234a56

View file

@ -831,6 +831,8 @@ static int server_connect(patty_ax25_server *server,
patty_ax25_sock_timer_ack_restart(sock);
patty_ax25_sock_timer_ack_set(sock, &server->timer);
/*
* At this point, we will wait for a DM, FRMR or XID response, which
* will help us determine what version of AX.25 to apply for this socket,