Christiano Haesbaert
Christiano Haesbaert
Indeed I checked the RFC and it changed. At docs/ you can find the dns-sd draft (not a RFC at the time), there is no section 6.8 "Multiple TXT records"....
That makes more sense. My initial idea was to leave the interpretation of the txt tecord to the application, so mdnsctl should split them up and display. Since I never...
I like the idea, didn't have time to read it in detail, I've noticed you copied mdnsl.c, in the future I agree, it should be a library. But for the...
I think the point is that this is not part of mdnsd/mdnsd, it's an application using mdnsl.c. That was the initial idea, to have a mdns library and many applications...
@kristapsdz Let me know when you think this is ready enough for merging/review.
That's good enough to pull in for me. I just want to turn mdnsl into a shared object first, then we squash all commits into one and I merge, sounds...
Indeed, compression was written poorly, it has been a long time, but I'm almost sure there was an issue with dn_expand/dn_comp, but can't be sure, we should fix it anyhow.
We could also just enforce `SA_RESTART`. Not sure how you feel about eio calling `sigaction` though.
I also found the name confusing, the wikipedia for Stream kinda backs it up though: https://en.wikipedia.org/wiki/Stream_(computing)# I see Eio's stream as a mpsafe-queue, as in multiprocessor safe queue. I'd be...
Don't lose the steam, take a look at this please, I can't really use CTR without it.