Client-Server-Fast-File-Transfer-using-UDP-on-Python icon indicating copy to clipboard operation
Client-Server-Fast-File-Transfer-using-UDP-on-Python copied to clipboard

Max UDP payload for File transfer

Open TinManAkshay opened this issue 4 years ago • 0 comments

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

TinManAkshay avatar Oct 28 '21 22:10 TinManAkshay