I am trying to write a file transfer program using winsock2 using UDP socket. The file is transferred in blocks and I am trying to implement a Go Back N algorithm f
winsock2