<div dir="ltr">Let me know if I am incorrect ,  user_data is the last parameter in the davici_queue? <div><br></div><div><br></div><div>1) Now Is it right practice to add few more elements in tester stucture to passed in call back function? These additional elements  can be used to mange the response of deleting the connections.</div><div><br></div><div>2) If there are many davici requests are happening in parallel , For each request does davici make copy of user_Data, or it is overwritten with last call of  tester structure information.</div><div><br></div><div>3) Is there any limit of size of data can be added?</div><div><br></div><div>Thanks,</div><div>Rajeev</div><div><br></div></div><div class="gmail_extra"><br><div class="gmail_quote">On Tue, Jun 26, 2018 at 8:00 AM, Tobias Brunner <span dir="ltr"><<a href="mailto:tobias@strongswan.org" target="_blank">tobias@strongswan.org</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><span class="">> Question: Is there way to know when we parse response from Davici that<br>
> which conenction is deleted? If yes what parameter of davici we get<br>
> information? i see reqcb() parse the davici reponse.<br>
<br>
</span>Two things:  1. Requests queued on the same connection are processed<br>
sequentially.  2. You can pass user data when queuing a request that's<br>
later passed to the callback.<br>
<br>
Regards,<br>
Tobias<br>
</blockquote></div><br></div>