summaryrefslogtreecommitdiff
path: root/Userland/Services/LookupServer/MulticastDNS.h
AgeCommit message (Expand)Author
2022-07-06LookupServer: Use designated initializers for sockaddr_inAndrew Kaster
2022-04-15LibDNS: Remove the 'DNS' prefix from the various type and class namesTom
2022-04-15LookupServer: Move DNS related code into new LibDNS libraryTom
2022-04-01Everywhere: Run clang-formatIdan Horowitz
2021-12-16LibCore+LookupServer: Implement and use UDPServer::sendsin-ack
2021-07-08Everywhere: Add braces to aggregate initializersDaniel Bertalan
2021-05-10LookupServer: Turn #defines into enum classes and add formatterGunnar Beutner
2021-05-05LookupServer: Implement basic mDNS support :^)Sergey Bugaev