This project was made in collaboration with Alex Ayala
Unfortunately I will not be releasing this executable to the general public as it connects to a host at CSU Chico. This program is meant to connect to a hard coded host and port. First the user gets to choose what size packet we want to receive, i.e. what size buffer we will create. Once a connection is established the program sends the servers a GET request. When the server responds we count the bytes received in our buffer and how many p tags "<p>" are collected within each packet we receive. The number of p tags can change when the user specifies a different packet size. This program does not count p tags that span two packets. i.e. one packet ends with "<p" and the next starts with ">" this is an incomplete p tag so it is not counted