周玉环 d906a41c2e first commit 2 dienas atpakaļ
..
.gitignore d906a41c2e first commit 2 dienas atpakaļ
.golangci.yml d906a41c2e first commit 2 dienas atpakaļ
AUTHORS.txt d906a41c2e first commit 2 dienas atpakaļ
DESIGN.md d906a41c2e first commit 2 dienas atpakaļ
LICENSE d906a41c2e first commit 2 dienas atpakaļ
README.md d906a41c2e first commit 2 dienas atpakaļ
ack_timer.go d906a41c2e first commit 2 dienas atpakaļ
association.go d906a41c2e first commit 2 dienas atpakaļ
association_stats.go d906a41c2e first commit 2 dienas atpakaļ
chunk.go d906a41c2e first commit 2 dienas atpakaļ
chunk_abort.go d906a41c2e first commit 2 dienas atpakaļ
chunk_cookie_ack.go d906a41c2e first commit 2 dienas atpakaļ
chunk_cookie_echo.go d906a41c2e first commit 2 dienas atpakaļ
chunk_error.go d906a41c2e first commit 2 dienas atpakaļ
chunk_forward_tsn.go d906a41c2e first commit 2 dienas atpakaļ
chunk_heartbeat.go d906a41c2e first commit 2 dienas atpakaļ
chunk_heartbeat_ack.go d906a41c2e first commit 2 dienas atpakaļ
chunk_init.go d906a41c2e first commit 2 dienas atpakaļ
chunk_init_ack.go d906a41c2e first commit 2 dienas atpakaļ
chunk_init_common.go d906a41c2e first commit 2 dienas atpakaļ
chunk_payload_data.go d906a41c2e first commit 2 dienas atpakaļ
chunk_reconfig.go d906a41c2e first commit 2 dienas atpakaļ
chunk_selective_ack.go d906a41c2e first commit 2 dienas atpakaļ
chunk_shutdown.go d906a41c2e first commit 2 dienas atpakaļ
chunk_shutdown_ack.go d906a41c2e first commit 2 dienas atpakaļ
chunk_shutdown_complete.go d906a41c2e first commit 2 dienas atpakaļ
chunkheader.go d906a41c2e first commit 2 dienas atpakaļ
chunktype.go d906a41c2e first commit 2 dienas atpakaļ
codecov.yml d906a41c2e first commit 2 dienas atpakaļ
control_queue.go d906a41c2e first commit 2 dienas atpakaļ
error_cause.go d906a41c2e first commit 2 dienas atpakaļ
error_cause_header.go d906a41c2e first commit 2 dienas atpakaļ
error_cause_invalid_mandatory_parameter.go d906a41c2e first commit 2 dienas atpakaļ
error_cause_protocol_violation.go d906a41c2e first commit 2 dienas atpakaļ
error_cause_unrecognized_chunk_type.go d906a41c2e first commit 2 dienas atpakaļ
packet.go d906a41c2e first commit 2 dienas atpakaļ
param.go d906a41c2e first commit 2 dienas atpakaļ
param_chunk_list.go d906a41c2e first commit 2 dienas atpakaļ
param_ecn_capable.go d906a41c2e first commit 2 dienas atpakaļ
param_forward_tsn_supported.go d906a41c2e first commit 2 dienas atpakaļ
param_heartbeat_info.go d906a41c2e first commit 2 dienas atpakaļ
param_outgoing_reset_request.go d906a41c2e first commit 2 dienas atpakaļ
param_random.go d906a41c2e first commit 2 dienas atpakaļ
param_reconfig_response.go d906a41c2e first commit 2 dienas atpakaļ
param_requested_hmac_algorithm.go d906a41c2e first commit 2 dienas atpakaļ
param_state_cookie.go d906a41c2e first commit 2 dienas atpakaļ
param_supported_extensions.go d906a41c2e first commit 2 dienas atpakaļ
paramheader.go d906a41c2e first commit 2 dienas atpakaļ
paramtype.go d906a41c2e first commit 2 dienas atpakaļ
payload_queue.go d906a41c2e first commit 2 dienas atpakaļ
pending_queue.go d906a41c2e first commit 2 dienas atpakaļ
reassembly_queue.go d906a41c2e first commit 2 dienas atpakaļ
renovate.json d906a41c2e first commit 2 dienas atpakaļ
rtx_timer.go d906a41c2e first commit 2 dienas atpakaļ
sctp.go d906a41c2e first commit 2 dienas atpakaļ
stream.go d906a41c2e first commit 2 dienas atpakaļ
util.go d906a41c2e first commit 2 dienas atpakaļ

README.md


Pion SCTP

A Go implementation of SCTP

Pion SCTP Slack Widget
Build Status GoDoc Coverage Status Go Report Card


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