Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(75)

Side by Side Diff: net/third_party/udt/RELEASE_NOTES.txt

Issue 6708091: Remove UDT. (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: Created 9 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch | Annotate | Revision Log
« no previous file with comments | « net/third_party/udt/README.txt ('k') | net/third_party/udt/app/Makefile » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
(Empty)
1 version 4.9
2
3 improved cache code
4 removed unnecessary NAK (reduced loss retransmission)
5 receiver side error can unblock a blocked sender
6
7 version 4.8
8
9 fix a bug that may cause seg fault on concurrent close on the same socket
10 add epoll support
11 increase the listener's scalability to 100K concurrent connections
12 fix a bug that may cause accept/select to return positively when an accepted soc ket is closed immediately after accept returns
13 fix a bug that may cause connect to fail if the server closes listening socket i mmediately after accept returns
14 fix recvfile fstream write status bug (e.g., when disk is full, recvfile should handle properly now)
15
16 version 4.7a
17
18 fix timeout bug introduced in 4.7
19 initialize CHandShake
20
21 version 4.7
22
23 Fix several related bugs that can cause hang/memory leak/segmentation fault duri ng cleanup()
OLDNEW
« no previous file with comments | « net/third_party/udt/README.txt ('k') | net/third_party/udt/app/Makefile » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698