UbitUmarov
|
25582af3dc
lludpclient: use jobengine again, keeping less ethernal references
|
před 4 roky |
UbitUmarov
|
f32c0ead05
avoid c# fun things, plus cosmetics
|
před 4 roky |
UbitUmarov
|
af7d09c6b5
more cosmetics (and possible more typos)
|
před 4 roky |
UbitUmarov
|
54370169bc
remove usage of lludp highpriority send queue. It causes more issues than good
|
před 4 roky |
UbitUmarov
|
066a6fbaa1
changes on lludp acks and resends
|
před 4 roky |
UbitUmarov
|
61f918cbda
remove some llUDP options
|
před 5 roky |
UbitUmarov
|
8994045d5f
old typo
|
před 5 roky |
UbitUmarov
|
11cad57c9c
lludp: change burst, make it per category (overall reduction)
|
před 5 roky |
UbitUmarov
|
b051b3a81d
change to ping based RTO
|
před 5 roky |
UbitUmarov
|
c09b312b05
testing ...
|
před 5 roky |
UbitUmarov
|
9ccca71c1b
remove redundant code
|
před 5 roky |
UbitUmarov
|
b5ad1b7dcc
remove lludp throttle texture rate cannibal option. That rate is used by http, and beeing http is still trafic
|
před 5 roky |
UbitUmarov
|
bcf05afd64
direct encode terseupdates
|
před 5 roky |
UbitUmarov
|
4de5e14e54
issues with udp buffers pool on heavy load
|
před 5 roky |
UbitUmarov
|
91fab70236
removed a redundant function; try to make a particular vi coder happy about removed comments
|
před 5 roky |
UbitUmarov
|
d01165818d
change UDPPacketBuffer pools (does waste a bit of memory)
|
před 5 roky |
Melanie Thielker
|
b16abc8166
Massive tab and trailing space cleanup
|
před 7 roky |
UbitUmarov
|
f794ab1a67
remove something VS decided to add
|
před 8 roky |
UbitUmarov
|
b2c553b459
work around some warnings
|
před 8 roky |
UbitUmarov
|
f1958e9f71
revert more object references removal on clients close because 2 many code paths don't have proper abort
|
před 8 roky |
UbitUmarov
|
200183caf7
HG protocol is still broken for large regions. work around it on teleport via lm
|
před 8 roky |
UbitUmarov
|
8010413e64
remove some potencial null refs i did add in last days :(
|
před 8 roky |
UbitUmarov
|
35b37510fc
explicitly remove some references, and other useless changes
|
před 8 roky |
UbitUmarov
|
e304acb06f
fix unack bytes stats report
|
před 8 roky |
UbitUmarov
|
6bc76860d1
avoid a null ref, few changes to udp updates send
|
před 8 roky |
UbitUmarov
|
c255c23981
move updates from updates queues into udp queues acording to their payload estimated size and udp sending capability on a time slice, instead always moving a arbitrary number of updates.
|
před 8 roky |
UbitUmarov
|
e096b49dd7
check if a packet can be sent imediatly without accounting it as sent on throttles when it is enqueued for later send.
|
před 9 roky |
UbitUmarov
|
778793d77f
fix GetPacketsQueuedCount typos in last commit
|
před 9 roky |
UbitUmarov
|
ae70f61a64
let minimum wqburst be a bit larger than MTU
|
před 9 roky |
UbitUmarov
|
a8dc07ff5c
removed a protocol breaking lludp debug option that no one should try, changed terrain send throotle to be by packets in queue, reduced odds of MTU violation on terrain send (still bad). Most UDP protocol implementations may not mind much, but our code still does
|
před 9 roky |