Hey guys,
I'm working on building 2 programs;
1. Allows a user to bind a custom address to the local machine, open a port, listen to it for TCP traffic, await for a TCP event, pulls some information from the event (remote addr, port, etc.), ask if you'd like to send a reply, and if yes, send it then going back to listening, if no, go back to listening.
2. Asks you for the address you'd like to connect with, the port on the destination machine, and then the message you'd like to send, and then awaits a reply from the remote host. One it receives it, it allows you to then reply and alterna