You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
srs/trunk/3rdparty/srs-bench/vendor/github.com/pion/sctp
winlin 876210f6c9 For regression test, add srs-bench to 3rdparty 4 years ago
..
.gitignore For regression test, add srs-bench to 3rdparty 4 years ago
.golangci.yml For regression test, add srs-bench to 3rdparty 4 years ago
DESIGN.md For regression test, add srs-bench to 3rdparty 4 years ago
LICENSE For regression test, add srs-bench to 3rdparty 4 years ago
README.md For regression test, add srs-bench to 3rdparty 4 years ago
ack_timer.go For regression test, add srs-bench to 3rdparty 4 years ago
association.go For regression test, add srs-bench to 3rdparty 4 years ago
association_stats.go For regression test, add srs-bench to 3rdparty 4 years ago
chunk.go For regression test, add srs-bench to 3rdparty 4 years ago
chunk_abort.go For regression test, add srs-bench to 3rdparty 4 years ago
chunk_cookie_ack.go For regression test, add srs-bench to 3rdparty 4 years ago
chunk_cookie_echo.go For regression test, add srs-bench to 3rdparty 4 years ago
chunk_error.go For regression test, add srs-bench to 3rdparty 4 years ago
chunk_forward_tsn.go For regression test, add srs-bench to 3rdparty 4 years ago
chunk_heartbeat.go For regression test, add srs-bench to 3rdparty 4 years ago
chunk_heartbeat_ack.go For regression test, add srs-bench to 3rdparty 4 years ago
chunk_init.go For regression test, add srs-bench to 3rdparty 4 years ago
chunk_init_ack.go For regression test, add srs-bench to 3rdparty 4 years ago
chunk_init_common.go For regression test, add srs-bench to 3rdparty 4 years ago
chunk_payload_data.go For regression test, add srs-bench to 3rdparty 4 years ago
chunk_reconfig.go For regression test, add srs-bench to 3rdparty 4 years ago
chunk_selective_ack.go For regression test, add srs-bench to 3rdparty 4 years ago
chunkheader.go For regression test, add srs-bench to 3rdparty 4 years ago
chunktype.go For regression test, add srs-bench to 3rdparty 4 years ago
codecov.yml For regression test, add srs-bench to 3rdparty 4 years ago
control_queue.go For regression test, add srs-bench to 3rdparty 4 years ago
error_cause.go For regression test, add srs-bench to 3rdparty 4 years ago
error_cause_header.go For regression test, add srs-bench to 3rdparty 4 years ago
error_cause_invalid_mandatory_parameter.go For regression test, add srs-bench to 3rdparty 4 years ago
error_cause_protocol_violation.go For regression test, add srs-bench to 3rdparty 4 years ago
error_cause_unrecognized_chunk_type.go For regression test, add srs-bench to 3rdparty 4 years ago
go.mod For regression test, add srs-bench to 3rdparty 4 years ago
go.sum For regression test, add srs-bench to 3rdparty 4 years ago
packet.go For regression test, add srs-bench to 3rdparty 4 years ago
param.go For regression test, add srs-bench to 3rdparty 4 years ago
param_chunk_list.go For regression test, add srs-bench to 3rdparty 4 years ago
param_forward_tsn_supported.go For regression test, add srs-bench to 3rdparty 4 years ago
param_heartbeat_info.go For regression test, add srs-bench to 3rdparty 4 years ago
param_outgoing_reset_request.go For regression test, add srs-bench to 3rdparty 4 years ago
param_random.go For regression test, add srs-bench to 3rdparty 4 years ago
param_reconfig_response.go For regression test, add srs-bench to 3rdparty 4 years ago
param_requested_hmac_algorithm.go For regression test, add srs-bench to 3rdparty 4 years ago
param_state_cookie.go For regression test, add srs-bench to 3rdparty 4 years ago
param_supported_extensions.go For regression test, add srs-bench to 3rdparty 4 years ago
paramheader.go For regression test, add srs-bench to 3rdparty 4 years ago
paramtype.go For regression test, add srs-bench to 3rdparty 4 years ago
payload_queue.go For regression test, add srs-bench to 3rdparty 4 years ago
pending_queue.go For regression test, add srs-bench to 3rdparty 4 years ago
reassembly_queue.go For regression test, add srs-bench to 3rdparty 4 years ago
renovate.json For regression test, add srs-bench to 3rdparty 4 years ago
rtx_timer.go For regression test, add srs-bench to 3rdparty 4 years ago
sctp.go For regression test, add srs-bench to 3rdparty 4 years ago
stream.go For regression test, add srs-bench to 3rdparty 4 years ago
util.go For regression test, add srs-bench to 3rdparty 4 years ago

README.md


Pion SCTP

A Go implementation of SCTP

Pion SCTP Slack Widget
Build Status GoDoc Coverage Status Go Report Card License: MIT


See DESIGN.md for an overview of features and future goals.

Roadmap

The library is used as a part of our WebRTC implementation. Please refer to that roadmap to track our major milestones.

Community

Pion has an active community on the Golang Slack. Sign up and join the #pion channel for discussions and support. You can also use Pion mailing list.

We are always looking to support your projects. Please reach out if you have something to build!

If you need commercial support or don't want to use public methods you can contact us at team@pion.ly

Contributing

Check out the contributing wiki to join the group of amazing people making this project possible:

License

MIT License - see LICENSE for full text