Christiano Haesbaert
Christiano Haesbaert
I'm not sure I was vocal enough on this bug. The initial counter is random on SSH and the counter is incremented for every packet, _never_ being reset. Which means...
The explanation of @cfcs is exactly the issue, the overflow of the lower 64 bits does not carry to the upper 64 bits. Well while the encrypt function does not...
I feel two main points that Hannes is concerned are: a) Randomness b) The queue that tries to work-around the lack of happy-meatballs I think **a** is a non-issue, as...
Pinging is not feasible, that would cause a state explosion. Would have to somehow tell the caller to ping it, check if it's ok and then install the lease. Can...
Can’t you just look at the reply ? If the reply is a DHCPACK you update the dns entry. Or Im missing something ? On Tue 20. Feb 2018 at...
> having an unmodified (charrua-core on current master), this will return for a DHCPACK a Dhcp_wire.pkt, which includes the IPv4 address in this lease, but does not contain the Hostname...
If the library returned the Leases when it adds, do you think the user could handle the timeout on their own ? Say you add the entries to your DNS...
This is known. I think it should not be addressed, the size should be sufficient for any real option list, since this is something that doesn't come from the network...
I agree, I think we should change the interface and return a result. Also we could consider using 2k, and if it fails we double, until we reach 10k which...
### Progress I have something not in a reviewable state, but I think now I understand all the nits for us to decide what to do: https://github.com/haesbaert/eio/tree/signal The runtime processes...