Arvid Norberg
|
3d04b5cc49
|
fix logging formatting bug in utp_stream
|
2011-11-19 20:06:20 +00:00 |
Arvid Norberg
|
f39b6b19e9
|
fix initialization issue of fast_resend_seq_nr for incoming uTP connections. Also log the fast_resend_seq_nr
|
2011-11-06 00:11:33 +00:00 |
Arvid Norberg
|
8c0672a9b7
|
fix overflow in utp logging
|
2011-11-05 18:28:32 +00:00 |
Arvid Norberg
|
4a6e012a5f
|
some uTP tweaks. experimental slow start mode (disabled)
|
2011-11-05 09:30:38 +00:00 |
Arvid Norberg
|
d54c85d31b
|
log uTP receive delay in stats log
|
2011-09-28 00:03:12 +00:00 |
Arvid Norberg
|
0a250c8f36
|
minor fixes
|
2011-08-29 00:59:42 +00:00 |
Arvid Norberg
|
7a48e90246
|
some utp asserts
|
2011-08-24 05:13:25 +00:00 |
Arvid Norberg
|
4abf581f0a
|
utp fix
|
2011-08-10 05:23:59 +00:00 |
Arvid Norberg
|
069b022c6d
|
fixed uTP socket leak
|
2011-07-14 03:46:03 +00:00 |
Arvid Norberg
|
c390dd5858
|
measure uTP send delay and log it in stats log. change unit on times to seconds (from milliseconds and microseconds)
|
2011-06-21 07:44:13 +00:00 |
Arvid Norberg
|
ab3b82b8ee
|
replaced std::rand() with custom random generator
|
2011-02-26 07:55:51 +00:00 |
Arvid Norberg
|
141ada013f
|
fixed a whole bunch of build warnings on gcc and msvc, along with some fixes discovered along the way
|
2011-02-21 05:24:41 +00:00 |
Arvid Norberg
|
1074fc1f31
|
fixed some uninitalized variables
|
2010-12-24 23:54:03 +00:00 |
Arvid Norberg
|
2f115bc1aa
|
factor out incremeant of m_acked_seq_nr, m_fast_resend_seq_nr and m_loss_seq_nr to make it more robust. Should fix issues where m_acked_seq_nr sometimes could get stuck pointing behind the last acked sequence number
|
2010-12-05 03:03:56 +00:00 |
Arvid Norberg
|
e5f980d80d
|
merged uTP branch into trunk (yay)
|
2010-11-29 01:33:05 +00:00 |