Your mission is to make a client that acts like telnet. Your client can connect to my server. When you type, the data is sent to the server. When the server sends data, you display it on the keyboard. These things can happen in any order. So maybe I type twice before the server replies, or maybe the server sends me random messages at random times. You must use poll. It should get the hostname and port number of the target from the command line. Use argv. example: my_telnet euclid 80 Due the last day of class. Hard deadline!