First of all, This repo make sense to help us to understand internal of tcp/ip stack, Thanks a lot!!!
I have some problems when reading this repo's code.
- The arp demo can only communicate in LAN, how to communicate in a cross-LAN scenario?
- When payload of icmp packet is greater than 4096,how to receive icmp reply with many packet segments?I have tried to set MsgFlags::WAIT_ALL in
recvfrom but got error.
I am very appreciate if you answer these questions or give me some train of thoughts.
First of all, This repo make sense to help us to understand internal of tcp/ip stack, Thanks a lot!!!
I have some problems when reading this repo's code.
recvfrombut got error.I am very appreciate if you answer these questions or give me some train of thoughts.