New commits:
commit 29a0611863db374df6928b93749ff58a55156fb7
Author: Andrew Cagney <[email protected]>
Date: Fri Jul 19 21:44:42 2024 -0400
NAT: replace global keep-alive timer with one per-state
The global keep-alive timer was implemented by scanning all
states for anything behind a NAT. Since this is expensive,
the code tried to avoid the scan by only scheduling when
needed. Except it instead ended up not scheduling, even though
it was needed.
This dumps that code and instead schedules a per-state keep-alive
when the state is behind the NAT and keep-alive is enabled.
fix #1763 no keep-alive scheduled
commit 5174a16bd1fd35e0b2898095308625a7f24f0eb5
Author: Andrew Cagney <[email protected]>
Date: Fri Jul 19 21:58:34 2024 -0400
testing: update enumcheck, EVENT_NAT_T_KEEPALIVE was deleted
_______________________________________________
Swan-commit mailing list
[email protected]
https://lists.libreswan.org/mailman/listinfo/swan-commit