Addition of UDP Communication File
A file named 'udp.c' has been added. This forms the backbone of our ability to communicate within the network via User Datagram Protocol (UDP). It includes features such as setting up new communication sockets, and initializing them, along with the ability to send and receive information over the network. This step is going to greatly streamline our network interactions as UDP allows faster communication.
PR Summary