{"id":21512530,"url":"https://github.com/isc-projects/dns-echo-user","last_synced_at":"2025-04-09T18:33:36.362Z","repository":{"id":46776650,"uuid":"87175470","full_name":"isc-projects/dns-echo-user","owner":"isc-projects","description":"DNS Echo Server","archived":false,"fork":false,"pushed_at":"2021-09-26T15:35:59.000Z","size":34,"stargazers_count":6,"open_issues_count":0,"forks_count":3,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-03-23T20:37:10.799Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"C","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mpl-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/isc-projects.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2017-04-04T10:46:46.000Z","updated_at":"2025-03-12T18:50:14.000Z","dependencies_parsed_at":"2022-09-24T17:22:14.957Z","dependency_job_id":null,"html_url":"https://github.com/isc-projects/dns-echo-user","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/isc-projects%2Fdns-echo-user","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/isc-projects%2Fdns-echo-user/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/isc-projects%2Fdns-echo-user/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/isc-projects%2Fdns-echo-user/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/isc-projects","download_url":"https://codeload.github.com/isc-projects/dns-echo-user/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248088150,"owners_count":21045656,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-11-23T22:38:08.670Z","updated_at":"2025-04-09T18:33:36.343Z","avatar_url":"https://github.com/isc-projects.png","language":"C","funding_links":[],"categories":[],"sub_categories":[],"readme":"dns-echo\n=======================================================================\n\nThis is a program that replies to DNS packets with the same packet\nwith the response flags modified according to RFC 1035.\n\nIt is intended to provide a baseline measure for system throughput\nbased on various socket reading APIs, specified with the `-m` flag:\n\n *  `b` : blocking I/O\n *  `n` : non-blocking I/O (busy spin)\n *  `m` : mmsg calls (multiple messages per system call)\n *  `p` : use poll(2)\n *  `s` : use select(2)\n *  `l` : use libevent2 (with system specific read calls)\n\nFor increased throughput the program can fork multiple children (`-f`)\nand/or multiple threads (`-t`).\n\nThe program can fix each child or thread to a different CPU core\nusing the `-a` flag.\n\nIf supplied the `-r` flag the program will open a separate file\ndescriptor per sub-process using the `SO_REUSEPORT` socket option.\n\nOn exit via `SIGINT` or `SIGTERM` it will display the number of\npackets that were handled by each sub process.\n\nBuilding\n-----------------------------------------------------------------------\n\nThe code is designed to run on Linux and uses a few non-portable API\ncalls.\n\nIt requires libevent2 (and its development packages) to be installed.\n\nTo install from git, run `autoreconf -i` to build the configure script,\nand then run `./configure` followed by `make`.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fisc-projects%2Fdns-echo-user","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fisc-projects%2Fdns-echo-user","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fisc-projects%2Fdns-echo-user/lists"}