Skip to content
Snippets Groups Projects
Commit 2d8d35a1 authored by Andy Green's avatar Andy Green
Browse files

client accept connection request even if no free ah


It can join the free ah list and pick up client connect processing
later when the ah becomes available; this simplifies the code
doing the request since he won't have to deal with unexpected
failures / retries based on dynamic ah availability.

To do this though we have to handle that the connect_info members
may not have scope that lets them still exist after we return from
the first connect call, we stash them in a malloc'd buffer so the
connect processing can have them much later even so.

Signed-off-by: default avatarAndy Green <andy.green@linaro.org>
parent f859e2d3
No related branches found
No related tags found
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment