Files
vpp/src/plugins
Gabriel Oginski 583d4c94dc wireguard: add atomic mutex
The initiate handshake process can be called a numbers times for each
peers, then the main VPP thread called by Wireguard starting to
allocate memory. This behaviour can lead to out of memory when VPP has
a lot of Wireguard tunnels concurrently.

This fix add mutex to send only once handshake initiate at time for
each peers.

Type: fix
Signed-off-by: Gabriel Oginski <gabrielx.oginski@intel.com>
Change-Id: I13b4b2d47021753926d42a38ccadb36a411c5b79
2022-12-01 06:47:07 +00:00
..
2022-11-11 18:01:31 +00:00
2022-10-12 16:04:13 +02:00
2022-11-07 15:57:50 +00:00
2022-10-31 15:24:18 +00:00
2022-11-11 18:01:21 +00:00
2022-10-31 15:24:18 +00:00
2022-12-01 06:47:07 +00:00