发布时间:2013-06-11 16:47:01
1. TCP连接的状态 首先介绍一下TCP连接建立与关闭过程中的状态。TCP连接过程是状态的转换,促使状态发生转换的因素包括用户调用、特定数据包以及超时等,具体状态如下所示:CLOSED:初始状态,表示没有任何连接。LISTEN:Server端的某个Socket正在监听来自远方的TCP端口的连接请求。SYN.........【阅读全文】
发布时间:2011-01-03 05:18:51
1. ResetDMA registers的值设为0;2. Initialization - Allocate the descriptor and status array in memory;- &n.........【阅读全文】
发布时间:2011-01-03 03:32:05
1. Initialize the receive descriptor and status array to receive frames from the Ethernet connection.2. Enable the receive datapath in the MAC1 register and the control register.3.  .........【阅读全文】