MengRao / pollnet

A collection of non-blocking(polling) network libs for Linux, also support solarflare APIs(Tcpdirect/Efvi)
MIT License
213 stars 86 forks source link

想问个问题,udp那个例子,可以接受组播udp行情吗 #2

Closed heber closed 3 years ago

heber commented 4 years ago

想问个问题,udp那个例子,可以接受组播udp行情吗。谢谢

MengRao commented 4 years ago

当然可以

发自我的iPhone

------------------ 原始邮件 ------------------ 发件人: Heber Shao <notifications@github.com> 发送时间: 2020年4月10日 22:51 收件人: MengRao/pollnet <pollnet@noreply.github.com> 抄送: Subscribed <subscribed@noreply.github.com> 主题: 回复:[MengRao/pollnet] 想问个问题,udp那个例子,可以接受组播udp行情吗 (#2)

想问个问题,udp那个例子,可以接受组播udp行情吗。谢谢

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub, or unsubscribe.

Ultraman95 commented 4 years ago

udpreceiver只能接受udp或者组播是吗?tcpclient发送的,udpreceiver是无法接受的是吗?

MengRao commented 3 years ago

是的