TCP-IP-Stack Simple TCP/IP stack Instructions: Comple code with make Run sudo ./tcpip_stack <source_ip> <destination_ip> <source_port> <destination_port> Observe packets with something like wireshark My example (My destination is a virtual machine with IP: 192.168.254.136): Ran make Ran sudo ./tcpip_stack 10.110.225.227 192.168.254.136 54321 80 This outputs the following: We observe the packet being sent with Wireshark Wireshark packet: