| OLD | NEW |
| (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() | |
| OLD | NEW |