Skip to content

implementation of multiple packets send in one syscall for go/windows using TransmitPackets funciton

Notifications You must be signed in to change notification settings

hedwigz/golang-transmitpackets

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Goal

the goal is to be able to send more than one udp packet in one syscall.
This should improve performance for some networking applications that use UDP.
There is a large overhead when calling UdpConn.Write for each udp packet.
Using the TransmitPackets in windows should help solve that overhead.

About

implementation of multiple packets send in one syscall for go/windows using TransmitPackets funciton

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published