Skip to content

leshow/unix-udp-sock

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

29 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

unix-udp-sock

Largely based on quinn-udp, this adds async & sync support for additional syscalls:

UDP socket send:

UDP socket recv:

In addition, Transmits has been altered to support Vec<u8>/[u8]/Bytes/BytesMut.

We can also select which interface to use with src_ip: Some(Source::Interface(idx)). You must know the index of the interface to use this.

About

Async Unix UDP sockets with more syscalls supported (sendmsg/sendmmsg/recvmsg/recvmmsg/..)

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages