Ecosyste.ms: OpenCollective

An open API service for software projects hosted on Open Collective.

github.com/webrtc-rs/sctp-proto

SCTP in Rust with Sans-IO
https://github.com/webrtc-rs/sctp-proto

bump version to v0.2.0

5ebca669300caa8c4aed75a4c157a760ea9b749f authored 11 months ago
Merge pull request #10 from xnorpx/xnorpx/clippy

Clippys and rust analyzer warnings.

777bae9781d05a0ca1fcc981613a19e824a1a2f7 authored 11 months ago
Update cargo.yml

17dab22f841e6828ada61b7f7aed93510e11b06d authored 11 months ago
Merge pull request #9 from xnorpx/xnorpx/8

Wrap around ssn to 0 and avoid panic

3d04475649768c3223b315fdbd182558aa251ba1 authored 11 months ago
Remove unused imports

8d70d29341ac64d01888f109be6c899d3403e5c7 authored 11 months ago
Test clippy

eb120a639971f4d591dd87ac7a9cbe9f3eedca96 authored 11 months ago
Dev clippy

3dc23c772488e33f181447ab6c8690604b5c291c authored 11 months ago
Wrap around ssn to 0 and avoid panic

9e85fbd13fb3aefe9d710f0d71d46f6618dbfd0b authored 11 months ago
bump version to v0.1.7

d154eb0c227c8401a9410e4ab5ce332edafceee7 authored almost 1 year ago
Merge pull request #7 from davibe/fix/T3RTX-starvation

Fix T3RTX timer starvation

fbefad6711569e95a4dc390cdde557ed83ff1f18 authored almost 1 year ago
Fix T3RTX timer starvation

When recovering from temporary network loss, regular traffic can result
in repeated acks, which ...

42aba09c18de145d364777179fcfd76bfb8c1ba6 authored almost 1 year ago
bump version to v0.1.6

7d07e1a34a2a2e1ca1a7c76542fb20211d3478a6 authored over 1 year ago
Merge pull request #6 from algesten/fix/respond-reset

Respond with ParamOutgoingResetRequest

a8edab017e09013259d247153d88aba613fd660d authored over 1 year ago
Respond with ParamOutgoingResetRequest

ac26f740b94c8ee77324290845c11440f55172b3 authored over 1 year ago
Update cargo.yml

e93d256be0f56886860a8cf083f42e530968c0d1 authored over 1 year ago
bump version to v0.1.5

e96d667da031628a66ad5ab9cf507d0c4fc9417e authored over 1 year ago
fix sequence_number.wrapping_add

af5c1fd67d8d73e94bf418bb10b4ae75529f33ad authored over 1 year ago
bump version to v0.1.4

2431f6853d4d23ca81172c8c0f91067c98028c0a authored almost 2 years ago
remove unused deps and update deps

c49eadcb2ed78969f3fa8947b742963ad8d61cca authored almost 2 years ago
update README.md

9aa70a57797fefeb59bc1a5b0c4f62ac144dc8d2 authored almost 2 years ago
Ensure API is Send + Sync

7f2462ded9153ca47a891b43c071bd4024da6da9 authored about 2 years ago
Make AssociationIdGenerator: Send + Sync

418a384d234ec2827e95cbb1f0c1cac0cabdae39 authored about 2 years ago
write_with_ppi() for other than default PPI

1f3ade35e1943d3ca641a813eb27d90c86bd6e18 authored about 2 years ago
Remove unused dependencies

5f914a2ae1710f461f5e9464e6b34bd7d76d7c4b authored about 2 years ago
Bump crc dep

276027199fcff30fee489449a1dc60eee0dc2390 authored about 2 years ago
Fix clippy

6235333749dd422873ebaa0fe957bbb06380c40e authored about 2 years ago
Adjust Cargo.toml for 0.1.3

f0b82b85b4cc54d7d3a2e812a0ba6c4bb89872b9 authored about 2 years ago
Enure max_payload_size is configurable through Association

18b4ace3a78df68f02b15c41dbe35ec035f23754 authored about 2 years ago
Fix build

2c1b0741f383d04c6b433974ee2cc9aced776450 authored about 2 years ago
Adjust readme

300018e45adf0ce67b2326f81ccee40f44babde9 authored about 2 years ago
Move things for sctp-proto crate

4e9eafdb90288c4d9391d9d3ed9acb75db351faf authored about 2 years ago
refactoring stream's stop/finish

b5535cba564a610f62bbcf1518c656610dc0945c authored about 3 years ago
use finish for send_stream

89bf3a622e411667a77780a70dfd66154d15ad71 authored about 3 years ago
split stream to recv/send_stream

86717a36c61ebddaa4b654b2ca5dc85ac0a3f701 authored about 3 years ago
fix stream readable poll

de6224346b59216d543206f1e7e671d664a2df86 authored about 3 years ago
fix stream even for opened

162260b92f7efd17ac37b9b875a3dbbf1012be2f authored about 3 years ago
switch from tracing back to log crate

1c510cb2ac9fb13c4a2d70d37094ff23aaca93e7 authored about 3 years ago
fix reassembly_queue

4aed9fe1f7b994a329b9e222fb3e65176e0e9d7c authored about 3 years ago
add examples (WIP)

3c3f609b21c7bb5a9d019c3773ed500e9d7dd257 authored about 3 years ago
refactoring doc

7794d31b5d9df7e876f3543d6994bec0d6806402 authored about 3 years ago
refactoring naming

ee0dfe79af6074cae56326b66a5c99e82af108cd authored about 3 years ago
refactoring stream get_default_payload_type

1166532c17f98498f3de2131a8144becd9265ce3 authored about 3 years ago
complete send stream

efc5b8f4c20be17ae4ca7fa7779f563441533c9d authored about 3 years ago
complete recv stream

d6a86f202e4ab6cbc8884005e510878037dbbe7f authored about 3 years ago
complete sctp-async::endpoint

0cc95fea695c5dc359574ef8ff53626cc8adb360 authored about 3 years ago
complete sctp-async::association

c6ae3f905946a48164ef2cf864c2659650e5be2c authored about 3 years ago
refactoring proto association's handle_transmit to handle_event

6381bba3ab368cb3c9cab13d7185ab08edc4b7df authored about 3 years ago
add is_drained

d55259d9b5b1d53283691e3583c811a8140346a5 authored about 3 years ago
refactoring u16 to StreamId

6ec640aae78ab5cab63ddbf55947e2d35d71081e authored about 3 years ago
port initial code from quinn to sctp-async

2ae0f3efceb8404b43aa6ad9b5ddb95a601886e8 authored about 3 years ago
udpate cargo/readme

3f06edfb0826c9648df1d2fe6c2456faf72bd9ad authored about 3 years ago
include sctp-async into workspace

4a75bb72572d1b425210f18a54fc305a4ef4abab authored about 3 years ago
update img

444ead09a5bdc699b7194644fbd4fae6446fde76 authored about 3 years ago
Update cargo.yml

dadb78d42a63223b568b7aa4956bc4ad9f7ac125 authored about 3 years ago
update docs and bump to v0.1.1

5e859b21a3c8429ce5ee9b81c46467df8eff3f9b authored about 3 years ago
update docs and bump to v0.1.0

0de4f4a15d06634eac21aa817ebb4cbee66e104f authored about 3 years ago
add test_association_handle_packet_before_init

12a318d1a7de79c2bb597c6c10fcd8f3e7572939 authored about 3 years ago
fix handle_inbound error handling and add test_assoc_abort

06ff2eac082b781e7ecb753ebd039b19fde0c254 authored about 3 years ago
add test_assoc_reset_close_both_ways

e1a12e611d53e1700b04585a0df4a9ae2f518d46 authored about 3 years ago
add test_assoc_reset_close_one_way

257921900f788643c86a3b7c88bc85b309d953d9 authored about 3 years ago
add test_assoc_delayed_ack

c81244a3af720d772ff336fb1b9cd2b88350b829 authored about 3 years ago
add test_assoc_congestion_control_slow_reader

482dd08a20b4a22b84f0ca22e2cefe4729fa67af authored about 3 years ago
refactoring test_assoc_congestion_control_congestion_avoidance

46f21c220b71390f5320ecf9aeee325af57fbd6a authored about 3 years ago
add test_assoc_congestion_control_congestion_avoidance

086d6c4513facce2e1aee7dd74c9ee5b8c98f7e3 authored about 3 years ago
fix handle_timeout

bb6903b8451b7cbfd65ffb7445177d91c70ce8c8 authored about 3 years ago
add test_assoc_unreliable_rexmit_timed_ordered and test_assoc_unreliable_rexmit_timed_unordered

3ffc90d683c56f452be179ceebc909c94d15c21e authored about 3 years ago
add test_assoc_unreliable_rexmit_unordered_fragment

ca1178111cad0580369d6112a497caa8a1268c96 authored about 3 years ago
add test_assoc_unreliable_rexmit_unordered_no_fragment

ecd1ec698c70b5f13ad939d39d97e4032908c59b authored about 3 years ago
add test_assoc_unreliable_rexmit_ordered_fragment

cd42a63543520dbb4b880f70fcbc773d9ce62a91 authored about 3 years ago
add test_assoc_unreliable_rexmit_ordered_no_fragment

333f8bf8d8c5525ac9b5fd142f1916fd4b43ed23 authored about 3 years ago
add test_assoc_reliable_short_buffer

f33a13e298039b9c4edac8dd92dfcde944f0ed07 authored about 3 years ago
add test_assoc_reliable_retransmission

eeb777a478504371884213c24666e83911c649c4 authored about 3 years ago
add test_assoc_reliable_unordered_ordered

c3a7b924714f73d952ad80cdf5353b405c65c239 authored about 3 years ago
add test_assoc_reliable_unordered_fragmented_then_defragmented

d0b6a77f668261730202fda0919565ed85c1aedf authored about 3 years ago
impl Deref/DerefMut for Stream

add test_assoc_reliable_ordered_fragmented_then_defragmented

a22db77239f5eac8df653c4ebcc0e6182f755abc authored about 3 years ago
add test_assoc_reliable_ordered_reordered

8a020dbdc75915c3f8ba132931766d172421d6ec authored about 3 years ago
add close_association_pair (WIP)

60586df37092d7b18a63eee427bd2f0cc351a6f2 authored about 3 years ago
pass first test_assoc_reliable_simple

13563a5af087906f10ba365a7828f62a1b15e3c4 authored about 3 years ago
fix drive_client/server

3fdb70f9216f47838fadc8937a03db2282650a57 authored about 3 years ago
add endpoint_test (WIP)

7b0f2f8a4fd5b39ae367feb09a40b0e66ba23c72 authored about 3 years ago
add endpoint handle

9c1678ec9cd9e192cdf9109ccd56a2b500f8ac92 authored about 3 years ago
add Payload

132a7c65f2c8ab181b26ffadad6f60d1e9dbee31 authored about 3 years ago
add partialDecode

30e7d3dcba9c8adf2777b84394c33557ccc620e4 authored about 3 years ago
add common_header

961c4b2336b14af040780316f9047da2ee239956 authored about 3 years ago
fix error typo

d7e27f22f35f0299fe14ac4825724b07dcac7180 authored about 3 years ago
fix send_init

abddac3ebce6a5f2a5c93c8366c8ff0007c1936c authored about 3 years ago
refactoring TransportConfig and assocation default

048d8365cd986596bd920fadda8866434a76b8f6 authored about 3 years ago
add poll_endpoint_event

659bba7ecf3ddd3f47b36854210a9ede72fd4244 authored about 3 years ago
add poll event

9dab37a254c3f61b62e191b7094b8dd96f7099e0 authored about 3 years ago
add poll/handle_*

0ce867d3fb582d1ee7779be2b1f68eb9a0b15181 authored about 3 years ago
add handshake_complete

4b358d8f828873ae746161dd1b9e6fb9e6589fc0 authored about 3 years ago
move assocation_internal_test from async to proto

e23798a3ce7e3608404a92152d7474807e1f979b authored about 3 years ago
complete timeout handling

2881ab071601ee5cb975ac886dcb46d4a2e0d3af authored about 3 years ago
clean read_notifier

74eaadfa921c5acc8f1b85abbea00658a92102e0 authored about 3 years ago
refactor read/read_sctp

7d58b8b2b701e190795fe52a540b24937012269d authored about 3 years ago
add accept_stream

abaa3de5405264ebaa65a686a8d44dd07fa4ee10 authored about 3 years ago
refactoring stream (WIP)

ea6f9d61a858c415e42dcad0353cf95cf43157a2 authored about 3 years ago
move stream from async to proto

eb44abd1db526cc0a9047d15782abe25b4dd7610 authored about 3 years ago
clear clippy warnings

015ef618924367e8d931e1400552058d42ec5d43 authored about 3 years ago
move more fn to proto

e5f98de242e74b5b4cbc5acf86fcc4d88e19019b authored about 3 years ago