Valentin BELYN

Results 20 comments of Valentin BELYN

Hi @KOLANICH! You are right. I have already thought about it several times but until now, the fact of putting the logic at the level of the sockets allowed me...

Hi @joente, Thanks for this PR. Although I find the interest of the TTL limited (there have already been several requests on this subject), I will however think about it...

Hi @sjaddd, Thank you for your very detailed issue! A fix will be released in the next version. I think the buffer size should depend on the size of the...

Hi @pyfisch, Unfortunately this issue is not fixed. I haven't had time to take care of this project lately but I plan to resume development this weekend for a release...

Hi @MazokuMaxy, I would love it but I have the impression that there is no alternative to `recvfrom` at the socket level in the asyncio library. The `sock_recv` method currently...

Hi @fdauti, Thanks for using icmplib! Adding the DF flag should be possible. However, not having enough time to devote to icmplib at the moment, you will have to wait...

Hi @gato-gto, Thank you for the suggestion. The `multiping` function was not designed for this purpose but the idea is interesting. I will add it in a next update.

Hi @alfclement, It's a great idea that could simplify the work of many people. I plan to add it for version 3.0.5 scheduled for early September. Thanks for the suggestion!

Sorry, ultimately this won't be implemented in `icmplib`. I think it's cleaner to use the sockets provided by `icmplib` directly to achieve this goal.

Closing in favor of #71.