由买买提看人间百态

boards

本页内容为未名空间相应帖子的节选和存档,一周内的贴子最多显示50字,超过一周显示500字 访问原贴
Hardware版 - qnap的qbelt vpn 国内翻的出来吗
相关主题
VPN的设置问题这个tomatoUSB应该怎么设置?
[合集] 说说高速的网络接口comcast最近老是断线是怎么回事
Google 推出免费公共 DNS 服务器请问神油怎么挂bt?
怎样从internet唤醒router里的server?求教番茄OpenVPN设置
终于用上11n的无线网了ipv6 day?
如何让你的windows只要启动十秒【包子】学校的机子都是cluster,用java 编程 如何并行 (转载)
请教 Wake on Lan 问题WOL不工作是咋回事?
包子求助: e3000 repeater bridge设置摸了一把yoga 2
相关话题的讨论汇总
话题: tcp话题: udp话题: wait话题: qbelt话题: packets
进入Hardware版参与讨论
1 (共1页)
p*******m
发帖数: 20761
1
会被block吗?
QBelt(QNAP proprietary) 好像才出来两个月 新鲜的扑扑
p*******m
发帖数: 20761
2
I found these 3 links helpful in understanding this better
https://www.bestvpn.com/guides/openvpn-tcp-vs-udp-difference-choose/
https://stackoverflow.com/questions/5485756/can-udp-retransmit-lost-data
https://stackoverflow.com/questions/107668/what-do-you-use-when-you-need-
reliable-udp
Basically, UDP is faster, and can sometimes be much faster, especially over
long distances. TCP will sent packets and then stop and wait for an
acknowledgment. Over long distances that wait time can increase. UDP does
not wait, it keeps sending packets.
You might think this would be too unreliable since files you transfer likely
won't open unless you get all the packets that carry their contents.
However, in most cases it is possible to implement a degree of reliability
on top of UDP. basically, the receiver can notice that a packet is missing
and then it can repeat the request for that packet. But there won't be the
wait time since the sender is not waiting for an acknowledgment. It keeps
sending at full speed and then from time to time it might get a request for
the same packet again. But receiving a second request does not make it wait
and be idol. But with TCP it will wait and be idol while it waits for an
acknowledgment.
There are some cases where TCP is still better. Especially when you want the
packets to arrive in the right order. There are some VPN servers that use
TCP, but for things like torrenting or streaming, speed is more important
and a lost packet can be requested again.
p*******m
发帖数: 20761
3
根本不需要vpn
gmail工作的很好 所以都可以 mitbbs也没问题
1 (共1页)
进入Hardware版参与讨论
相关主题
地沟油上怎么设置 IP traffic monitoring终于用上11n的无线网了
有什么方法可以让 router 定时开机关机如何让你的windows只要启动十秒
求助:网络问题请教 Wake on Lan 问题
每天早上机器某个时刻自动启动是不是要主板支持?包子求助: e3000 repeater bridge设置
VPN的设置问题这个tomatoUSB应该怎么设置?
[合集] 说说高速的网络接口comcast最近老是断线是怎么回事
Google 推出免费公共 DNS 服务器请问神油怎么挂bt?
怎样从internet唤醒router里的server?求教番茄OpenVPN设置
相关话题的讨论汇总
话题: tcp话题: udp话题: wait话题: qbelt话题: packets