issues
search
willardf
/
Hazel-Networking
Hazel Networking is a low level networking library for C# providing connection-oriented, message-based communication via RUDP.
MIT License
391
stars
60
forks
source link
issues
Newest
Newest
Most commented
Recently updated
Oldest
Least commented
Least recently updated
Giving more options for controlling resends
#62
willardf
opened
8 months ago
0
Reduce allocations and optimize out method calls during encryption
#61
willardf
closed
9 months ago
0
Reduce allocations with internal smart buffering
#60
willardf
closed
9 months ago
2
Does Hazel support TCP?
#59
Lisk90
opened
1 year ago
1
Very minor: ConnectLikeAJerk test failed on first run
#58
Lisk90
opened
1 year ago
0
Exception: Duplicate add MessageReader
#57
aviv0099
closed
1 year ago
1
Make reader size configurable and reduce the default
#56
willardf
closed
1 year ago
0
Stack overflow at random times(might be related to DDOS attacks)
#55
aviv0099
closed
1 year ago
4
Add some stats to listeners
#54
willardf
closed
1 year ago
0
Sent 6 pings that remote has not responded to
#53
aviv0099
closed
1 year ago
4
Remove the PingPacket pool for a small fixed array of recent pings
#52
willardf
opened
1 year ago
0
Add Lockless DTLS
#51
willardf
opened
1 year ago
0
Reduce send locking and add parallel-pipelining
#50
willardf
opened
2 years ago
0
Adding warning level to logging and changing duplicate record errors to warnings
#49
Mukikaizoku
closed
2 years ago
0
Add an event to bubble up ConnectionListeners shutting down for an internal error
#48
willardf
closed
2 years ago
0
Convert Send to return type and misc cleanup
#47
willardf
closed
2 years ago
0
[Do Not Merge] Optionally zero out DTLS version flag
#46
Mukikaizoku
closed
2 years ago
0
Maintain forward handshake progress for resent flights
#45
willardf
closed
2 years ago
0
Improve MaxCertFragmentSize calculation and test for fragmented cert packet reordering issues
#44
willardf
closed
2 years ago
1
Repurpose DTLS session info for Hazel session info.
#43
willardf
closed
2 years ago
0
Two DTLS bug fixes and some other stuff
#42
willardf
closed
2 years ago
0
[Question] What is correct implementation for communicating consoles in other networks?
#41
Noirand
closed
2 years ago
1
Fix two ClientHello issues and improve debug logging
#40
willardf
closed
2 years ago
0
Intercept app data for DTLS earlier
#39
willardf
closed
2 years ago
6
Improve stats accuracy and reduce memory usage
#38
willardf
closed
2 years ago
0
Add CI
#37
js6pak
closed
2 years ago
1
Add fragmentation support
#36
js6pak
opened
2 years ago
0
Modernize csproj
#35
js6pak
closed
2 years ago
1
Rearrange ResentPacketsIfNeeded in UnityUdpClientConnection
#34
willardf
closed
2 years ago
3
Breaking Change: Fixed torn packets by requiring users to not recycle NewConnection messages.
#33
willardf
closed
2 years ago
0
Alternative fix for managing HMAC-per-thread with synchronized key
#32
Mukikaizoku
closed
2 years ago
0
Fix an nre when cycling the hmac
#31
willardf
closed
2 years ago
0
Fix deadlock caused by DTLS-multithreading fix
#30
Mukikaizoku
closed
2 years ago
4
Push DTLS layer processing onto multithreading
#29
Mukikaizoku
closed
2 years ago
0
Fix DTLS handshake failure from single SendClientKeyExchangeFlight drop
#28
Mukikaizoku
closed
2 years ago
0
A little clean up and maybe an improvement
#27
willardf
closed
2 years ago
0
Improve some logging and testing
#26
willardf
closed
2 years ago
0
Fix a leak of PeerData entries
#25
willardf
closed
2 years ago
0
Allow user to customize AES implementation
#24
mendsley
closed
3 years ago
0
Socket.Poll on listener causing app to freeze during shutdown
#23
albpb2
closed
2 years ago
1
Added InsertMessage function to MessageReader
#22
cloutier116
closed
3 years ago
0
Fix some bounds checking while parsing ClientHellos
#21
willardf
closed
3 years ago
0
Stream data blocks directly to SHA256
#20
mendsley
closed
3 years ago
0
Does Hazel support any form of encryption?
#19
BrixsterPlanet
closed
3 years ago
2
Fix resent handshake failure
#18
mendsley
closed
3 years ago
0
Drop bad gcm records
#17
mendsley
closed
3 years ago
3
Add additional context for invalid ByteSpans
#16
mendsley
closed
3 years ago
0
Merge pull request #1 from willardf/master
#15
dengxuan
closed
3 years ago
0
Send broadcast to all network interfaces
#14
Elsensee
closed
1 year ago
1
Remove DTLS peers that fail to negotiate a valid epoch
#13
mendsley
closed
3 years ago
0
Next