This is a(n):
Details:
We can add an algorithm/code to host a UDP/TCP file server. We can also extend the problem by having error-free TCP-like UDP server using checksum and acknowledgments.
hi ! I wanted to know if we just need to add the code for UDP/TCP server or client side code is also required ? and in which language should it be written?
Including both server and client side code will make this complete :+1:
You may work on this in any language you are comfortable in. The location of the code for TCP will be:
cosmos/code/networking/src/tcp
Go for it :+1:
Okay then I will use Java as the language !