{"id":19321296,"url":"https://github.com/leshow/unix-udp-sock","last_synced_at":"2025-04-22T19:30:51.499Z","repository":{"id":45808764,"uuid":"514109158","full_name":"leshow/unix-udp-sock","owner":"leshow","description":"Async Unix UDP sockets with more syscalls supported (sendmsg/sendmmsg/recvmsg/recvmmsg/..)","archived":false,"fork":false,"pushed_at":"2024-10-30T02:29:37.000Z","size":62,"stargazers_count":7,"open_issues_count":0,"forks_count":7,"subscribers_count":2,"default_branch":"master","last_synced_at":"2024-10-30T05:01:57.897Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"Rust","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/leshow.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2022-07-15T02:30:31.000Z","updated_at":"2024-10-30T02:29:41.000Z","dependencies_parsed_at":"2024-04-21T05:21:26.745Z","dependency_job_id":"d542feeb-f5a6-4b04-947b-51e0929ef574","html_url":"https://github.com/leshow/unix-udp-sock","commit_stats":null,"previous_names":[],"tags_count":4,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/leshow%2Funix-udp-sock","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/leshow%2Funix-udp-sock/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/leshow%2Funix-udp-sock/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/leshow%2Funix-udp-sock/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/leshow","download_url":"https://codeload.github.com/leshow/unix-udp-sock/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":223903693,"owners_count":17222549,"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-10T01:36:32.881Z","updated_at":"2024-11-10T01:36:33.367Z","avatar_url":"https://github.com/leshow.png","language":"Rust","funding_links":[],"categories":[],"sub_categories":[],"readme":"# unix-udp-sock\n\nLargely based on `quinn-udp`, this adds async \u0026 sync support for additional syscalls:\n\nUDP socket send:\n\n- `send_to` [libc](https://linux.die.net/man/2/sendto)\n- `send` [libc](https://linux.die.net/man/2/send)\n- `send_mmsg` [libc](https://linux.die.net/man/2/sendmmsg)\n- `send_msg` [libc](https://linux.die.net/man/2/sendmsg)\n\nUDP socket recv:\n\n- `recv_from` [libc](https://linux.die.net/man/2/recvfrom)\n- `recv` [libc](https://linux.die.net/man/2/recv)\n- `recv_mmsg` [libc](https://linux.die.net/man/2/recvmmsg)\n- `recv_msg` [libc](https://linux.die.net/man/2/recvmsg)\n\nIn addition, `Transmits` has been altered to support `Vec\u003cu8\u003e`/`[u8]`/`Bytes`/`BytesMut`.\n\nWe can also select which interface to use with `src_ip: Some(Source::Interface(idx))`. You must know the index of the interface to use this.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fleshow%2Funix-udp-sock","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fleshow%2Funix-udp-sock","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fleshow%2Funix-udp-sock/lists"}