From: Guillaume Subiron
solookup() was only compatible with TCP. Having the socket list in
argument, it is now compatible with UDP too.
Some optimization code is factorized inside the function (the function
look at the last returned result before browsing the complete socket
list).
This prepare
On 14/12/15 14:51, Samuel Thibault wrote:
> From: Guillaume Subiron
>
> solookup() was only compatible with TCP. Having the socket list in
> argument, it is now compatible with UDP too.
>
> Some optimization code is factorized inside the function (the function
> look at the last returned result
From: Guillaume Subiron
solookup() was only compatible with TCP. Having the socket list in
argument, it is now compatible with UDP too.
Some optimization code is factorized inside the function (the function
look at the last returned result before browsing the complete socket
list).
This prepare