Skip to content

Latest commit

 

History

History
14 lines (11 loc) · 372 Bytes

File metadata and controls

14 lines (11 loc) · 372 Bytes

HTTP OVER UDP

This project sends http packets in udp and udp packets in tcp.

Features

  • UDP is reliable using this project
  • supports 302 forward http response status
  • sends HTTP request in UDP protocol
  • sends DNS query in TCP protocol

To Do Features

  • command line interface
  • support cache
  • receive udp packets over NAT