本文介绍了套接字字节数据包的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

亲爱的所有人

我使用TCP套接字创建了一个应用程序,该应用程序通过网络传输文件.

通过互联网传输文件需要花费大量时间.
是否可以减少文件传输时间?

如何增加每秒的传输字节数?

问候
ak.naser

Dear All

I created one application using TCP Socket which transfers file over the network.

It takes a lot of time to transfer the files over the internet.
Is it possible to reduce file transfer time?

How to increase the transfer byte per second?

Regards
ak.naser

推荐答案


这篇关于套接字字节数据包的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!

09-26 12:13