討論串git: network - Move socket from netmsg ext to netmsg header,
共 11 篇文章
內容預覽:
Matthew Dillon wrote:. > :.... > :if (taop->tao_mssopt != 0 && taop->tao_mssopt < maxopd). > : maxopd = taop->tao_mssopt;. > :. > :Looks like it could
(還有1249個字)
內容預覽:
Hmm. The problem with moving it to rt_metrics is that tao_mssopt. is going to wind up being assigned by nearly every single tcp. connection via tcp_ms
(還有113個字)
內容預覽:
Aggelos Economopoulos wrote:. > Matthew Dillon wrote:. > [...]. >> :Given that pretty much nobody uses T/TCP (Linux doesn't even implement. >> :it) I'
(還有1288個字)
內容預覽:
Matthew Dillon wrote:. [...]. > :Given that pretty much nobody uses T/TCP (Linux doesn't even implement. > :it) I'd suggest we remove it altogether. O
(還有116個字)
內容預覽:
Matthew Dillon wrote:. > :+ *. > :+ * XXX. > :+ */. > :+void. > :+sosetport(struct socket *so, lwkt_port_t port). > :+{. > :+ so->so_port = port;. > :
(還有3個字)