5
1
3
1261
select 在内核中大致实现的一个解说:http://janfan.github.io/chinese/2015/01/05/select-p...
数字签名的理解:http://www.ruanyifeng.com/blog/2011/08/what_is_a_digital_signatu...
TCP 自己实现的一种检测心跳情况的机制。 基于TCP打开的链接,会伴随一些计时器(timer),有些计时器是用来管理keepalive的,当计...