Path: csiph.com!optima2.xanadu-bbs.net!xanadu-bbs.net!nntp.club.cc.cmu.edu!micro-heart-of-gold.mit.edu!bloom-beacon.mit.edu!bloom-beacon.mit.edu!panix!not-for-mail From: Grant Edwards Newsgroups: comp.lang.python Subject: Re: UDP and Python2.7 and 2.7 documentation gives error! Date: Sun, 26 Jul 2015 01:01:13 +0000 (UTC) Organization: PANIX Public Access Internet and UNIX, NYC Lines: 9 Message-ID: References: <55B3C31D.7000205@meditalk.com> NNTP-Posting-Host: c-24-118-110-103.hsd1.mn.comcast.net X-Trace: reader1.panix.com 1437872473 5815 24.118.110.103 (26 Jul 2015 01:01:13 GMT) X-Complaints-To: abuse@panix.com NNTP-Posting-Date: Sun, 26 Jul 2015 01:01:13 +0000 (UTC) User-Agent: slrn/1.0.2 (Linux) Xref: csiph.com comp.lang.python:94584 On 2015-07-25, =?utf-8?q?St=C3=A9phane?= Wirtel wrote: > the bind function is for the server, not for the client. It's for both. When you're sending, it is used to specify the source port. -- Grant