NtyTcp icon indicating copy to clipboard operation
NtyTcp copied to clipboard

您好,请问下您这个开源实现什么功能呢?谢谢,麻烦细细讲解下,多谢!

Open ygm521 opened this issue 6 years ago • 7 comments

ygm521 avatar Mar 06 '19 11:03 ygm521

你好, ntytcp是一个用户态tcp/ip的协议栈,基于单线程开发,方便单步调试。

  1. nic 数据解析,基于netmap , dpdk(尚未兼容)
  2. 实现了tcp/ip协议栈
  3. 实现网络 posix API
  4. 文件系统 epoll的实现。
  5. 提供多个 example可以方便调试。

[email protected]

发件人: ygm521 发送时间: 2019-03-06 19:58 收件人: wangbojing/NtyTcp 抄送: Subscribed 主题: [wangbojing/NtyTcp] 您好,请问下您这个开源实现什么功能呢?谢谢,麻烦细细讲解下,多谢! (#3) — You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub, or mute the thread.

wangbojing avatar Mar 07 '19 05:03 wangbojing

@wangbojing , ntytcp可以直接和dpdk结合? 这个协议栈有线上使用的公司?谢谢

ygm521 avatar Mar 07 '19 05:03 ygm521

正在开发与dpdk结合的版本的, 有兴趣,也可以加入进来的。

目前印度的infynect在使用的。

[email protected]

发件人: ygm521 发送时间: 2019-03-07 13:45 收件人: wangbojing/NtyTcp 抄送: 王博靖; Comment 主题: Re: [wangbojing/NtyTcp] 您好,请问下您这个开源实现什么功能呢?谢谢,麻烦细细讲解下,多谢! (#3) ntytcp可以直接和dpdk结合? 这个协议栈有线上使用的公司?谢谢 — You are receiving this because you commented. Reply to this email directly, view it on GitHub, or mute the thread.

wangbojing avatar Mar 07 '19 05:03 wangbojing

@wangbojing 其实主要担心tcp/ip协议栈这块,我对4层以下是小白。所以想多学习学习。有什么推荐的资料?谢谢

ygm521 avatar Mar 07 '19 06:03 ygm521

调试ntytcp就ok了。 书的话,可以看看tcp/ip详解。

[email protected]

发件人: ygm521 发送时间: 2019-03-07 14:01 收件人: wangbojing/NtyTcp 抄送: 王博靖; Mention 主题: Re: [wangbojing/NtyTcp] 您好,请问下您这个开源实现什么功能呢?谢谢,麻烦细细讲解下,多谢! (#3) @wangbojing 其实主要担心tcp/ip协议栈这块,我对4层以下是小白。所以想多学习学习。有什么推荐的资料?谢谢 — You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub, or mute the thread.

wangbojing avatar Mar 07 '19 06:03 wangbojing

大哥,这个代码有注释吗。。。强撸是不是有点困难。。

pzh2386034 avatar Dec 16 '19 08:12 pzh2386034

@wangbojing hi,请问与dpdk结合的版本开发的怎么样了?是否可以加入进来?

Milano2007 avatar Apr 11 '21 15:04 Milano2007