Matrix-Zhang / tokio_kcp

A Kcp implementation for tokio
MIT License
176 stars 44 forks source link

How to create a kcp listener based on an existing UDP listener ? #21

Closed aa51513 closed 1 year ago

aa51513 commented 1 year ago

I want to host a kcp listener based on a udp listener that has been successfully created, how should I do this? 我想要基于已成功创建的一个udp监听之上,来承载kcp监听,我应该如何做到这一点?

aa51513 commented 1 year ago

Thank you very much, I have saw the updated code