Skip to content
Projeler
Gruplar
Parçacıklar
Yardım
Yükleniyor...
Oturum aç / Kaydol
Gezinmeyi değiştir
C
cpython
Proje
Proje
Ayrıntılar
Etkinlik
Cycle Analytics
Depo (repository)
Depo (repository)
Dosyalar
Kayıtlar (commit)
Dallar (branch)
Etiketler
Katkıda bulunanlar
Grafik
Karşılaştır
Grafikler
Konular (issue)
0
Konular (issue)
0
Liste
Pano
Etiketler
Kilometre Taşları
Birleştirme (merge) Talepleri
0
Birleştirme (merge) Talepleri
0
CI / CD
CI / CD
İş akışları (pipeline)
İşler
Zamanlamalar
Grafikler
Paketler
Paketler
Wiki
Wiki
Parçacıklar
Parçacıklar
Üyeler
Üyeler
Collapse sidebar
Close sidebar
Etkinlik
Grafik
Grafikler
Yeni bir konu (issue) oluştur
İşler
Kayıtlar (commit)
Konu (issue) Panoları
Kenar çubuğunu aç
Batuhan Osman TASKAYA
cpython
Commits
935add1d
Kaydet (Commit)
935add1d
authored
Eki 27, 2006
tarafından
Andrew M. Kuchling
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
[Bug #1562583] Mention the set_reuse_addr() method
üst
35094a69
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
3 deletions
+5
-3
libasyncore.tex
Doc/lib/libasyncore.tex
+5
-3
No files found.
Doc/lib/libasyncore.tex
Dosyayı görüntüle @
935add1d
...
...
@@ -198,9 +198,11 @@ Most of these are nearly identical to their socket partners.
\end{methoddesc}
\begin{methoddesc}
{
bind
}{
address
}
Bind the socket to
\var
{
address
}
. The socket must not already
be bound. (The format of
\var
{
address
}
depends on the address
family --- see above.)
Bind the socket to
\var
{
address
}
. The socket must not already be
bound. (The format of
\var
{
address
}
depends on the address family
--- see above.) To mark the socket as re-usable (setting the
\constant
{
SO
_
REUSEADDR
}
option), call the
\class
{
dispatcher
}
object's
\method
{
set
_
reuse
_
addr()
}
method.
\end{methoddesc}
\begin{methoddesc}
{
accept
}{}
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment