You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If your submitted request depends on other libraries, please pay attention to the copyright of the library. Your submitted code will be allowed to be copied, distributed, deleted, and modified by us at will
Copy file name to clipboardExpand all lines: XEngine_APPClient/APPClient_Download/APPClient_Download.cpp
+22-11Lines changed: 22 additions & 11 deletions
Original file line number
Diff line number
Diff line change
@@ -2,12 +2,19 @@
2
2
//P2P Distributed(Hyper-Threading download sample code),only supports LAN,The example code is just to demonstrate how to implement it, and it needs to be adjusted for business
3
3
//你可以使用libcurl实现HTTP下载功能,主要是利用了Range字段实现分块下载
4
4
//You can use libcurl to implement the HTTP download, mainly using the Range field to achieve block download
0 commit comments