Skip to content

Latest commit

 

History

History
17 lines (14 loc) · 937 Bytes

README.md

File metadata and controls

17 lines (14 loc) · 937 Bytes

📣 echoman: simple echo server

🌱 Overview

  • This is a simple tool where a client generates packets over TCP/IP and sends them to a server.
  • The echo server echoes data by swapping src/dst L3 address and L4 port number. (However, some parameters such as TypeCode and CheckSum are recalculated.)

✏️ Documents

📚 References