Python Forum
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
udp
#2
If you have written anything for DNS, DHCP, SNMP, etc. you have (or at least should have) worked with UDP. If you require a fast service, with very little error checking, no response required from the receiving end and no need for ordered packets, then UDP is the way to go.

I'm not sure, as I've never used Pythons 'socket' library, but would imagine it has a way to deal with UDP.
If it ain't broke, I just haven't gotten to it yet.
OS: Windows 10, openSuse 42.3, freeBSD 11, Raspian "Stretch"
Python 3.6.5, IDE: PyCharm 2018 Community Edition
Reply


Messages In This Thread
udp - by Skaperen - Jan-06-2018, 04:28 AM
RE: udp - by sparkz_alot - Jan-06-2018, 01:48 PM
RE: udp - by wavic - Jan-06-2018, 02:25 PM
RE: udp - by Skaperen - Jan-08-2018, 01:24 AM
RE: udp - by wavic - Jan-08-2018, 06:37 AM
RE: udp - by Skaperen - Jan-09-2018, 02:12 AM

Forum Jump:

User Panel Messages

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