Skip to content
Snippets Groups Projects
  • Andy Green's avatar
    2d8d35a1
    client accept connection request even if no free ah · 2d8d35a1
    Andy Green authored
    
    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>
    2d8d35a1
    History
    client accept connection request even if no free ah
    Andy Green authored
    
    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>