{"id":38712584,"url":"https://github.com/tom-code/rust-sctp","last_synced_at":"2026-01-17T11:00:50.052Z","repository":{"id":242601361,"uuid":"809084275","full_name":"tom-code/rust-sctp","owner":"tom-code","description":"linux sctp in rust with tokio","archived":false,"fork":false,"pushed_at":"2026-01-13T08:34:18.000Z","size":12,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2026-01-13T10:52:10.964Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"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/tom-code.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,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2024-06-01T16:33:37.000Z","updated_at":"2026-01-13T08:34:22.000Z","dependencies_parsed_at":"2024-06-04T00:53:39.385Z","dependency_job_id":"bfef55e6-02f9-443d-b45d-b0d56734a70c","html_url":"https://github.com/tom-code/rust-sctp","commit_stats":null,"previous_names":["tom-code/rust-sctp"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/tom-code/rust-sctp","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tom-code%2Frust-sctp","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tom-code%2Frust-sctp/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tom-code%2Frust-sctp/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tom-code%2Frust-sctp/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/tom-code","download_url":"https://codeload.github.com/tom-code/rust-sctp/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tom-code%2Frust-sctp/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28506593,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-17T10:25:30.148Z","status":"ssl_error","status_checked_at":"2026-01-17T10:25:29.718Z","response_time":85,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"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":"2026-01-17T11:00:34.758Z","updated_at":"2026-01-17T11:00:49.996Z","avatar_url":"https://github.com/tom-code.png","language":"Rust","funding_links":[],"categories":[],"sub_categories":[],"readme":"\n# async sctp for rust\nThis is wrapper to use linux kernel sctp module in rust with focus on async/tokio compatibility.\nWrapper does not use lksctp library, but directly libc calls. This simplifies setup of cross compilation.\n\nfeatures:\n- bindx - bind multiple IP addresses (for multihoming use)\n- connectx - connect with multiple ip addresses (for multihoming use)\n- set_ppid - configure default protocol identifier to be used in outgoing requests\n- sendmsg with data and sctp_sndinfo\n- sendmsg with data and default values\n- recvmsg returning data\n- implements tokio AsyncWrite and AsyncRead\n   - this sounds little strange, but it is usefull for protocols defined for both tcp and sctp to have as unified implementation as possible.\n   - this is used for example for diameter stack which could then use AsyncWrite/AsyncRead to send/receive from both tcp and sctp\n   - supports stream split for AsyncWrite/AsyncRead use. For sendmsg/recvmsg split is not required(they do not require mutable access)\n   - Write of complete message must be obviusly done in single write. It is ok to use write_all.\n   - Read with large enough buffer will always read one complete message.\n   - Read with smaller buffer than message will return portion of message, next read will return next portion.","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftom-code%2Frust-sctp","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ftom-code%2Frust-sctp","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftom-code%2Frust-sctp/lists"}