issues
search
ethereum
/
utp
uTorrent transport protocol
MIT License
28
stars
13
forks
source link
issues
Newest
Newest
Most commented
Recently updated
Oldest
Least commented
Least recently updated
fix: handle one-way fin edge case
#133
KolbyML
closed
1 month ago
0
Fix large transfers
#132
carver
closed
3 months ago
1
chore: fix typos
#131
xiaoxianBoy
closed
7 months ago
0
fix: deadlock + memory leak caused by cid generation code
#130
KolbyML
closed
7 months ago
2
fix: remove non-need clone of peer
#129
KolbyML
closed
7 months ago
0
fix: stop cloning Connection::State as it is very wasteful
#128
KolbyML
closed
7 months ago
0
fix: was double hashing hashmap key instead of single hashing
#127
KolbyML
closed
8 months ago
0
fix: if recv is using one way acks count reset as acknowledgment
#126
KolbyML
closed
8 months ago
1
fix: timeout stale incoming_conns + clean up last PR
#125
KolbyML
closed
8 months ago
0
Throw error if user trys to use both accept/accept_with_cid on the same socket
#124
KolbyML
opened
9 months ago
0
Clear stale incoming_conns with timeout to prevent memory build up if accept_with_cid is never called
#123
KolbyML
closed
8 months ago
0
fix: resolve accept_with_await never returning with 2 fixes
#122
KolbyML
closed
9 months ago
0
fix: if everything but our fin was acked success there fin doesn't matter
#121
KolbyML
closed
9 months ago
1
fix: allow Connection::eof to send empty result with one instead of two calls to Connection::process_reads()
#120
KolbyML
closed
9 months ago
1
POC: display packet loss on socket 1000 streams test
#119
KolbyML
closed
10 months ago
2
feat: switch to one way acks and fix bugs
#118
KolbyML
closed
8 months ago
7
chore: add peer info to debug starting log
#117
KolbyML
closed
1 year ago
2
Issue handling 2nd sided closes
#116
KolbyML
opened
1 year ago
0
WIP Test if CI is stable?
#115
KolbyML
closed
10 months ago
0
Fix to stop resending after connection is closed
#114
KolbyML
closed
1 year ago
0
Fix ConnectionId hashmap key bug
#113
KolbyML
closed
1 year ago
2
Expose statistics about packet loss
#112
carver
opened
1 year ago
0
feat: logs connection reattempts
#111
carver
closed
1 year ago
0
feat: attempt connections a bit more aggressively
#110
carver
closed
1 year ago
1
refactor: don't wrap empty fin data in Option
#109
carver
closed
1 year ago
1
chore: use rust 1.71.1 in tests, fix new warning
#108
carver
closed
1 year ago
0
Acknowledge sent packets when receiving a FIN
#107
carver
closed
1 year ago
2
chore: bump version to 0.1.0-alpha.6
#106
carver
closed
1 year ago
0
chore: bump delay_map version to v0.3.0
#105
carver
closed
1 year ago
0
make default conn config more robust to packet drops
#104
carver
closed
1 year ago
0
Seeing close() error when peer drops quickly after read_to_eof()
#103
carver
closed
1 year ago
2
Test that close() exits when peer sends a RESET packet
#102
carver
opened
1 year ago
0
require &mut self in AsyncUdpSocket methods
#101
carver
closed
1 year ago
1
Support a UdpSocket implementation with blocking send() implementations
#100
carver
opened
1 year ago
0
Include more info at "unable to decode uTP packet" log
#99
carver
opened
1 year ago
0
Prefer close() to shutdown(), it waits for finish
#98
carver
closed
1 year ago
3
docs: fix note about capping peer timestamp diff
#96
jacobkaufmann
closed
1 year ago
0
Make ConnectionId only creatable through constructor (alternative solution to #76)
#95
KolbyML
closed
10 months ago
0
Add API to get the current number of connections
#94
carver
closed
1 year ago
1
Move ConnectionConfig to UtpConfig
#93
carver
opened
1 year ago
0
Peel off a ConnectionConfig value into SocketConfig
#92
carver
closed
1 year ago
1
Log error, don't crash, if socket closes mid-send
#91
carver
closed
1 year ago
4
bias conn event loop toward incoming packets and I/O
#90
carver
closed
1 year ago
0
Change shutdown() to block until the write data is sent & acked
#89
carver
closed
1 year ago
0
Close without error, when only FIN-ACK is missing on timeout, and related logs
#88
carver
closed
1 year ago
1
Limit connection count
#87
carver
closed
1 year ago
1
Resolve the issue in how we create ``timestamp_difference_microseconds``
#86
KolbyML
opened
1 year ago
8
bias socket event loop toward reading from UDP
#85
carver
closed
1 year ago
0
Outgoing connection exponential backoff
#84
carver
closed
1 year ago
1
Add unit tests for `time.rs`
#83
mrferris
opened
1 year ago
0
Next