Atlante45
|
2c026d7b0f
|
Disable packet probes
|
2016-10-18 15:54:25 -07:00 |
|
Atlante45
|
202641a349
|
Debug tweaks
|
2016-10-18 15:54:25 -07:00 |
|
Stephen Birarda
|
5174891b66
|
move receive time of packet higher in Socket
|
2016-10-18 15:54:25 -07:00 |
|
Stephen Birarda
|
afc59eea19
|
grab earliest possible receive time in socket
|
2016-10-18 15:54:25 -07:00 |
|
Stephen Birarda
|
6a3dd15887
|
emit packetSent signal immediately after send
|
2016-10-18 15:54:25 -07:00 |
|
Stephen Birarda
|
b0192df04f
|
allow congestion control to disable ACK2
|
2016-10-18 15:54:25 -07:00 |
|
Atlante45
|
3d0f449afb
|
Ignore ack syn when using vegas
|
2016-10-18 15:54:25 -07:00 |
|
Stephen Birarda
|
9760fdc906
|
use MAX_PACKETS_IN_FLIGHT as receiver max flow window
|
2016-10-18 15:54:25 -07:00 |
|
Stephen Birarda
|
5ffbd2d11e
|
start num ACKs since FRT to 3
|
2016-10-18 15:54:25 -07:00 |
|
Stephen Birarda
|
456bcbca67
|
use max and not min for CW clamp
|
2016-10-18 15:54:25 -07:00 |
|
Stephen Birarda
|
c0219d9ddf
|
remove numRTT from TCPVegasCC
|
2016-10-18 15:54:25 -07:00 |
|
Stephen Birarda
|
995f383edb
|
default EWMA RTT and variance to first value
|
2016-10-18 15:54:25 -07:00 |
|
Atlante45
|
f0dcc54a18
|
Start in slow start
|
2016-10-18 15:54:25 -07:00 |
|
Atlante45
|
f143e9bf3f
|
Register SequenceNumber and time_point
|
2016-10-18 15:54:25 -07:00 |
|
Stephen Birarda
|
7731b407bd
|
only attempt SQ sleep with > 0 PSP
|
2016-10-18 15:54:25 -07:00 |
|
Stephen Birarda
|
3ecfd6af67
|
added debug for fast re-transmit
|
2016-10-18 15:54:25 -07:00 |
|
Stephen Birarda
|
c794c4af1a
|
adjust EWMA RTT start values in TCPVegasCC
|
2016-10-18 15:54:25 -07:00 |
|
Stephen Birarda
|
96ef1fa483
|
add FRT debug
|
2016-10-18 15:54:25 -07:00 |
|
Stephen Birarda
|
7cc1f3261e
|
use last adjustment time to adjust every RTT
|
2016-10-18 15:54:25 -07:00 |
|
Stephen Birarda
|
0d2e83e0fc
|
cleanup according to Vegas paper, add fast retransmit
|
2016-10-18 15:54:25 -07:00 |
|
Stephen Birarda
|
ecbba3d4cd
|
send time point with packet sent signal
|
2016-10-18 15:54:25 -07:00 |
|
Atlante45
|
75d4b156f1
|
Added shouldNAK to CC class
|
2016-10-18 15:54:25 -07:00 |
|
Atlante45
|
eee617e39c
|
Remove congestion window size clamp
|
2016-10-18 15:54:25 -07:00 |
|
Stephen Birarda
|
0954d5bf93
|
cleanup sent packet time hash after RTT calc
|
2016-10-18 15:54:25 -07:00 |
|
Stephen Birarda
|
8e05a2893a
|
change congestion window size to an int
|
2016-10-18 15:54:25 -07:00 |
|
Stephen Birarda
|
5e637c31de
|
rename congestion window size var in TCPRenoCC
|
2016-10-18 15:54:25 -07:00 |
|
Stephen Birarda
|
b232a44c8d
|
don't send sync ACK when interval is == 1
|
2016-10-18 15:54:25 -07:00 |
|
Stephen Birarda
|
69ca0d2675
|
point TCPVegasCC at correct TCPRenoCC base
|
2016-10-18 15:54:25 -07:00 |
|
Stephen Birarda
|
8c9b46c1e0
|
fix method signatures, adjust ssthresh increases
|
2016-10-18 15:54:25 -07:00 |
|
Stephen Birarda
|
eb180b15d8
|
only raise ssthresh if not reducing cwnd
|
2016-10-18 15:54:25 -07:00 |
|
Stephen Birarda
|
8304bb81d1
|
create the base of the TCPVegasCC class
|
2016-10-18 15:54:25 -07:00 |
|
Atlante45
|
59bcd724ea
|
More Reno work
|
2016-10-18 15:54:25 -07:00 |
|
Atlante45
|
bad96d54ea
|
TCP congestion control first draft
|
2016-10-18 15:54:25 -07:00 |
|
Howard Stearns
|
5e697462ef
|
Merge pull request #8846 from ctrlaltdavid/fix-card-z-order
Fix suggestion card appearing behind keyboard
|
2016-10-18 15:01:03 -07:00 |
|
David Rowe
|
c8e9e4ecd0
|
Fix suggestion card appearing behind keyboard
|
2016-10-19 10:13:07 +13:00 |
|
Brad Hefta-Gaub
|
d59c026ded
|
Merge pull request #8842 from huffman/fix/empty-urls
Fix bug in Script.include when urls is empty
|
2016-10-18 12:09:18 -07:00 |
|
Ryan Huffman
|
73a0266edb
|
Fix case in Script.include where urls is empty
|
2016-10-18 11:41:15 -07:00 |
|
Brad Hefta-Gaub
|
0d48eb55b9
|
Merge pull request #8835 from zzmp/fix/entity-del-deadlock
fix deadlock when removing tablet
|
2016-10-18 01:21:55 -07:00 |
|
Brad Hefta-Gaub
|
13e5c31d0d
|
Merge pull request #8829 from jherico/gpu_leak
Fix GPU buffer leak in geometry cache / overlays
|
2016-10-18 01:12:44 -07:00 |
|
Brad Hefta-Gaub
|
c8fa2e3c9a
|
Merge pull request #8831 from hyperlogic/bug-fix/fbxreader-crash-fix
Speculative fix for crash in FBXReader.cpp
|
2016-10-18 01:08:29 -07:00 |
|
Brad Hefta-Gaub
|
f9054bef9b
|
Merge pull request #8816 from davidkelly/dk/1811
CellScience play button doesn't play anything
|
2016-10-17 21:20:57 -07:00 |
|
Brad Hefta-Gaub
|
478c0856f3
|
Merge pull request #8837 from sethalves/fix-avatar-entities-delete
fix crash when deleting avatar-entities
|
2016-10-17 21:20:27 -07:00 |
|
Chris Collins
|
a9dd31f59d
|
Merge pull request #8833 from jherico/gpu_stats
Add GPU buffer and texture current counts to the main stats display
|
2016-10-17 21:03:23 -07:00 |
|
Chris Collins
|
b43301cd8c
|
Merge pull request #8824 from huffman/fix/batch-load-crash
Fix race condition in BatchLoader
|
2016-10-17 20:55:38 -07:00 |
|
Chris Collins
|
73bee7efc1
|
Merge pull request #8834 from Atlante45/place-name
Don't override place name path with index path
|
2016-10-17 20:53:05 -07:00 |
|
Seth Alves
|
5d085798cb
|
Merge branch 'master' of github.com:highfidelity/hifi into fix-avatar-entities-delete
|
2016-10-17 17:42:17 -07:00 |
|
Seth Alves
|
ff32ddae01
|
Merge pull request #8832 from howard-stearns/fix-directory-picker-when-choosing-default
directory picker works when choosing the initial value
|
2016-10-17 17:40:25 -07:00 |
|
Brad Davis
|
99ed7ac08c
|
Fix shutdown crash (hopefully)
|
2016-10-17 17:38:10 -07:00 |
|
Ryan Downe Karpf
|
6ae6fc4057
|
Merge pull request #8836 from howard-stearns/explicit-disconnnect-dialog
switchable placeholder for domain-connection failure, currently a modal
|
2016-10-17 16:30:23 -07:00 |
|
Seth Alves
|
9b7086b1fb
|
added EntityItemProperties.merge function. when sending edits for avatar-entities, don't call setProperties on the entity. Fix currentFrame bug in AnimationPropertyGroup::copyToScriptValue
|
2016-10-17 16:11:37 -07:00 |
|