ivmarkov / edge-net

async + no_std + no-alloc implementations of various network protocols
Apache License 2.0
108 stars 16 forks source link

DNS improvements. #13

Closed reitermarkus closed 10 months ago

reitermarkus commented 11 months ago

Note that currently these patches

domain = { git = "https://github.com/reitermarkus/domain", branch = "no-std" }
octseq = { git = "https://github.com/reitermarkus/octseq" }

are needed until

https://github.com/NLnetLabs/octseq/pull/45 and https://github.com/NLnetLabs/domain/pull/248 are merged.

ivmarkov commented 11 months ago

Thanks, will look into it tmr.

ivmarkov commented 10 months ago

Perfect, thanks a lot!