Python Forum
UDP Socket Basic question
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
UDP Socket Basic question
#1
Hi everyone,

I am from Networking background, I have some basic questions about UDP SOCKET.
Let say we have two machines:SERVER and Client.

Client will send data via UDP SOCKET to Server.

What decides the maximum UDP data segment? I have seen where we specify the Number of bytes at a buffer location in the SEND() function.Does it determine the max UDP segment length?


Appreciated!!
Reply
#2
I can't answer your question, but here's a package you should look at: https://pypi.org/project/nclib/
It uses both UDP and TCP sockets, and claims to be 'your friend'
Reply
#3
It is funny because I was told they are very low level networking questions.

Thanks for your response.
Reply


Possibly Related Threads…
Thread Author Replies Views Last Post
  socket.connect question about parenthesis pace 1 2,317 Jan-30-2021, 08:17 AM
Last Post: Gribouillis
  Basic client server code question swisscheese 4 3,191 Dec-12-2020, 08:51 AM
Last Post: Larz60+
  Question concerning function of a a socket pkm 4 3,815 Jun-04-2019, 07:48 AM
Last Post: DeaD_EyE

Forum Jump:

User Panel Messages

Announcements
Announcement #1 8/1/2020
Announcement #2 8/2/2020
Announcement #3 8/6/2020