AdguardTeam / DnsLibs

DNS filtering library that's used in AdGuard products
https://adguard.com/
Apache License 2.0
99 stars 20 forks source link

Get rid of send_dns_packet() and receive_dns_packet() in socket implementations #157

Closed sfionov closed 1 year ago

sfionov commented 2 years ago

I think that socket should only have flag that it is "stream socket" or not. And should not contain protocol specific functions.

This is also stopper for moving sockets into NLC.