Skip to content

Splice two UDP sockets in kernel space to get the best performance

License

Notifications You must be signed in to change notification settings

xiaosuo/udp_splice

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

udp_splice

Splice two UDP sockets to relay the packets between them in the kernel space. It can improve the performance as:

  • ZERO copy: no data is copied to/from the user space.
  • NO context switch: don't need to switch to the user space.

About

Splice two UDP sockets in kernel space to get the best performance

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published