Skip to content

Reads data from an input socket and forwards data fragmented

Notifications You must be signed in to change notification settings

ggonzalez/netfrag

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 

Repository files navigation

netfrag

Reads data from an input socket and forwards data fragmented.

I need to quickly write to workaround an iOS UDP reassembling bug so I had to fix the upper limit for UDP packets.

Example to avoid iOS fragmentation bug and maximize throughput:

Input Stream: TCP on port 4444 Output Stream: UDP max payload 9200 bytes forwarded to 192.168.168.1 port 1234

$ ./netfrag --src-tcp 4444 --to-udp 192.168.168.1 1234 9200 & $

About

Reads data from an input socket and forwards data fragmented

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages