I want to route my tcp packet from A to B through C. I am new to network programming and some code samples will be very helpful.
Is there a way to do it through boost library?
I want to route my tcp packet from A to B through C. I am new to network programming and some code samples will be very helpful.
Is there a way to do it through boost library?
how can I implement IP in IP protocol
However, your device or computer might run some Linux kernel (e.g. on RaspBerryPi). Then you should read Advanced Linux Programming and syscalls(2), proc(5) and ip(7) and iptables(8) and several Linux HowTO-s
Is there a way to do it through boost library?
Did you read the documentation of boost? Did you consider using POCO or Qt libraries ?