-
Notifications
You must be signed in to change notification settings - Fork 36
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix to limit rate increase to no more than double during slow start
- Loading branch information
1 parent
0c6e516
commit bc6e81f
Showing
4 changed files
with
26 additions
and
3 deletions.
There are no files selected for viewing
Submodule protolib
updated
24 files
+35 −37 | CMakeLists.txt | |
+0 −1 | android/lib/CMakeLists.txt | |
+0 −1 | examples/pipeExample.cpp | |
+1 −5 | examples/protoPipeRecv.py | |
+4 −15 | examples/protoPipeSend.py | |
+0 −1 | include/protoDebug.h | |
+0 −480 | include/protoFlow.h | |
+2 −1 | include/protoSpace.h | |
+9 −9 | makefiles/Makefile.common | |
+20 −15 | src/bsd/bsdDetour.cpp | |
+3 −3 | src/bsd/bsdRouteMgr.cpp | |
+0 −837 | src/common/protoFlow.cpp | |
+0 −3 | src/common/protoNet.cpp | |
+0 −1 | src/common/protoSocket.cpp | |
+11 −25 | src/common/protoSpace.cpp | |
+0 −6 | src/common/protoTree.cpp | |
+0 −2 | src/linux/linuxDetour.cpp | |
+11 −22 | src/python/protokit.cpp | |
+26 −93 | src/python/protopipe.cpp | |
+0 −502 | src/python/protospace.cpp | |
+10 −10 | src/unix/unixVif.cpp | |
+0 −1 | src/win32/win32Net.cpp | |
+8 −8 | waf | |
+0 −1 | wscript |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters