Client-Server-Fast-File-Transfer-using-UDP-on-Python
Client-Server-Fast-File-Transfer-using-UDP-on-Python copied to clipboard
Max UDP payload for File transfer
Hi -
I am trying to develop the .py code for the File Transfers via UDP and I came across this repo (which is formed very well) for the reference
I've been meaning to ask why did you choose as 4096 bytes as a max payload while sending the files through UDP?
Could you please tell me what's the max payload in bytes for UDP File Transfers (for both sending and receiving) in general?
Are there the limitations of sending larger file size transfers?
Thanks, Akshay