Jc2k / aiohomekit

asyncio for homekit
Apache License 2.0
52 stars 20 forks source link

Consider lowering the Happy Eyeballs delay to 0.1 from 0.25 #350

Open bdraco opened 11 months ago

bdraco commented 11 months ago

The default delay is 0.25s but HomeKit devices are all local so its probably waiting longer than needed

For esphome we dropped it to 0.1s for this reason as the RFC recommendation likely only makes sense for internet connected hosts instead of LAN ones