大约有 800 项符合查询结果(耗时:0.0184秒) [XML]
adito-gateway -华为云免费SSL VPN解决方案 - 更多技术 - 清泛网 - 专注C/C++及内核技术
...录,重启下服务器即可
#reboot
登录http://ip
上传插件 点击Extension Manager 右上角的Upload Exension
下载地址
https://svn.code.sf.net/p/openvpn-als/code/adito-applications/
根据需要上传
adito-application-advancednativerdpwin32.zip
adito-applica...
Linux C/C++程序常用的调试手段及异常排查总结 - C/C++ - 清泛网 - 专注C/C++及内核技术
...、换行、注释等,可以在经常使用的ide上安装相关格式化插件)
是否涉及动态资源
是否有申请动态内存,文件描述符等,执行完是否有正确释放?指针等操作是否规范?
性能如何
是否有一些执行耗时的操作,I/O,网...
Loadbalancing web sockets
...ribution is deterministic (using hashed source-IP-port), it will work with TCP (and hence WebSocket).
Also note that a 64k hard limit only applies to outgoing TCP/IP for a given (source) IP address. It does not apply to incoming TCP/IP. We have tested Autobahn (a high-performance WebSocket server) ...
Download the Android SDK components for offline install
...d prompt)
Type netstat
In the results returned, find your Proxy address :
TCP YOURMACHINENAME:PORT DISTANTMACHINE1:PORT
TCP YOURMACHINENAME:PORT DISTANTMACHINE2:PORT
TCP YOURMACHINENAME:PORT DISTANTMACHINE3:PORT
Your proxy address is one of the DISTANTMACHINEx
Your proxy port is the port following...
What is the difference between active and passive FTP?
...ent and server, the command and data channels, which are actually separate TCP connections.
The command channel is for commands and responses while the data channel is for actually transferring files.
This separation of command information and data into separate channels a nifty way of being able ...
关于Rsyslogd 的一些配置 (高性能、高可用 rsyslogd) - C/C++ - 清泛网 - ...
...dpress.com/2010/01/21/rsyslog-evaluation/
On the (un)reliability of plain tcp syslog :http://blog.gerhards.net/2008/04/on-unreliability-of-plain-tcp-syslog.html
The Simple Event Log Protocol (SELP) :http://www.monitorware.com/en/workinprogress/selp.txt
RELP - the reliable event logging protoc...
Windows、Linux开放指定端口 - 更多技术 - 清泛网 - 专注C/C++及内核技术
.../etc/sysconfig/iptables
添加一行:
-A INPUT -m state --state NEW -m tcp -p tcp --dport 3306 -j ACCEPT
重启防火墙:
service iptables restart
Windows Linux 端口 防火墙
记一次LVS/Nginx环境下的访问控制 - 更多技术 - 清泛网 - 专注C/C++及内核技术
...递用户 IP 的问题,引入了一个名为 TOA 的补丁机制,在 TCP 的三次握手阶段,通过 TCP 的 options 来传递用户 IP 和端口等信息,继而覆盖 socket 的 IP 和端口数据。
换句话说,在 RS 服务器上,从 iptables 的角度看,因为 NAT 的缘故,...
Windows 10 VPN 如何去掉默认远程网关 - 更多技术 - 清泛网 - 专注C/C++及内核技术
...然需要用到新的VPN,PPTP建立完成后,发现PPTP虚拟网卡的TCP IP V4无法编辑,也就无法去掉默认网关功能。使...升级Windows 10一段时间了,突然需要用到新的VPN,PPTP建立完成后,发现PPTP虚拟网卡的TCP/IP V4无法编辑,也就无法去掉默...
基于内网外隔离的微信推送解决方案 - 更多技术 - 清泛网 - 专注C/C++及内核技术
...问qyapi.weixin.qq.com的80端口。当tomcat1&2发起访问请求的一个TCP会话内,整条通信链完整,可以互相推送信息,当这个TCP会话结束。qyapi.weixin.qq.com需要访问内部服务器将变得不可行,这是就需要第三部分完成
第三部分
整个...