issues
search
PretendoNetwork
/
nex-go
Barebones PRUDP/NEX server library written in Go
GNU Affero General Public License v3.0
74
stars
16
forks
source link
issues
Newest
Newest
Most commented
Recently updated
Oldest
Least commented
Least recently updated
[Question]: is it possible to build this project as `c-archive`?
#72
TheAwesome98-Real
opened
5 hours ago
1
[Enhancement]: Migrate away from handling each packet in a dedicated goroutine
#71
jonbarrow
opened
2 weeks ago
0
Fix bugs from recent performance enhancements
#70
wolfendale
closed
4 months ago
0
Performance Enhancements
#69
wolfendale
closed
4 months ago
2
Rework resending packets to be more accurate
#68
wolfendale
closed
4 months ago
1
Sync outgoing fragmented packets
#67
wolfendale
closed
5 months ago
1
[Enhancement]: Sync packet processing
#66
wolfendale
closed
5 months ago
0
Connection State Changes
#65
wolfendale
closed
5 months ago
4
Undo changes to acknowledging packets
#64
wolfendale
closed
5 months ago
0
[Enhancement]: Implement `TimeoutManager` and `Timeout` classes
#63
jonbarrow
closed
4 months ago
3
Prevent ping ACKs from affecting reliable packets
#62
wolfendale
closed
5 months ago
1
[Bug]: PING ACKs can ACK DATA packets
#61
wolfendale
closed
4 months ago
15
Use Context in ResendScheduler
#60
wolfendale
closed
4 months ago
1
Add PacketDispatchQueue
#59
wolfendale
closed
6 months ago
1
Make reliable ping packets update sliding window
#58
wolfendale
closed
6 months ago
11
Prevent multi-fragment messages being lost
#57
wolfendale
closed
6 months ago
1
Refactor types
#56
jonbarrow
opened
6 months ago
4
[Feature]: Client support
#55
jonbarrow
opened
6 months ago
2
[Bug]: Custom clients like Cemu and NintendoClients fail to establish good connections (general connection instability)
#54
jonbarrow
opened
6 months ago
0
[Bug]: Connections tend to timeout, possibly related to large packets?
#53
jonbarrow
closed
4 months ago
2
[Bug]: Gracefully handle relogs and timeouts (possible mishandling of sessions/connections?)
#52
jonbarrow
opened
6 months ago
2
Add locking to SlidingWindow
#51
wolfendale
closed
6 months ago
2
feat(list): Add TransformList and NewListTransformed to aid in conversions
#50
ashquarky
opened
6 months ago
4
[Enhancement]: Rework background tasks/timers
#49
jonbarrow
closed
4 months ago
5
Revert connection state checks
#48
jonbarrow
closed
5 months ago
8
Add MutexMap MutexSection/RMutexSection
#47
PabloMK7
opened
7 months ago
6
Implement and use deleteConnectionByID
#46
PabloMK7
closed
7 months ago
0
Implement server side disconnect packet
#45
PabloMK7
opened
7 months ago
0
resend_scheduler: Fix memory leaks
#44
DaniElectra
closed
7 months ago
0
Use more fields from StreamSettings
#43
PabloMK7
closed
8 months ago
0
Rewrite
#42
jonbarrow
closed
7 months ago
49
Add lock to PacketManager class
#41
PabloMK7
closed
9 months ago
0
Add RunAndDelete to MutexMap to fix race condition
#40
PabloMK7
closed
1 year ago
1
Add timeout increment to packet resend manager
#39
PabloMK7
closed
1 year ago
0
Prevent double StopTimeoutTimer call
#38
PabloMK7
closed
1 year ago
1
Fix deadlock in PacketResendManager
#37
PabloMK7
closed
1 year ago
6
Immediately acknowledge incoming packets and only use packet manager for data packets
#36
PabloMK7
closed
1 year ago
0
Add emulated packet drop option
#35
PabloMK7
closed
1 year ago
1
Stability - Better concurrent map API and deferred packet handling
#34
jonbarrow
closed
1 year ago
2
Add mutex for accessing server clients
#33
DaniElectra
closed
1 year ago
0
Use string for registering data holders
#32
DaniElectra
closed
1 year ago
0
Add NEX version check to RVConnectionData
#31
DaniElectra
closed
1 year ago
3
Add Bytes() to Variant and implement ReadMap() and WriteMap()
#30
DaniElectra
closed
1 year ago
2
Use structure.Copy() on DataHolder read
#29
DaniElectra
closed
1 year ago
0
Fix various DataHolder issues
#28
DaniElectra
closed
1 year ago
2
Add Hierarchy handling to DataHolder
#27
shutterbug2000
closed
1 year ago
1
Store both session URLs on the Client object
#26
shutterbug2000
closed
1 year ago
1
Write structure hierarchy on WriteStructure
#25
DaniElectra
closed
1 year ago
2
Add HPP protocol support
#24
DaniElectra
closed
1 year ago
2
KickAll command + "graceful" kick
#23
shutterbug2000
closed
1 year ago
2
Next