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
9eb5e509
Kaydet (Commit)
9eb5e509
authored
Ock 20, 1998
tarafından
Fred Drake
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
Consistency: "{\it ...}" ==> "\emph{...}"
üst
c520b695
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
4 deletions
+4
-4
libsocket.tex
Doc/lib/libsocket.tex
+2
-2
libsocket.tex
Doc/libsocket.tex
+2
-2
No files found.
Doc/lib/libsocket.tex
Dosyayı görüntüle @
9eb5e509
...
...
@@ -242,7 +242,7 @@ see above.)
\begin{funcdesc}
{
getsockopt
}{
level
\,
optname
\optional
{
\,
buflen
}}
Return the value of the given socket option (see the
\UNIX
{}
man page
{
\it
getsockopt
}
(2)). The needed symbolic constants (
\code
{
SO
_
*
}
etc.)
\emph
{
getsockopt
}
(2)). The needed symbolic constants (
\code
{
SO
_
*
}
etc.)
are defined in this module. If
\var
{
buflen
}
is absent, an integer option is assumed and its integer value
is returned by the function. If
\var
{
buflen
}
is present, it specifies
...
...
@@ -310,7 +310,7 @@ raised; in blocking mode, the calls block until they can proceed.
\begin{funcdesc}
{
setsockopt
}{
level
\,
optname
\,
value
}
Set the value of the given socket option (see the
\UNIX
{}
man page
{
\it
setsockopt
}
(2)). The needed symbolic constants are defined in
\emph
{
setsockopt
}
(2)). The needed symbolic constants are defined in
the
\code
{
socket
}
module (
\code
{
SO
_
*
}
etc.). The value can be an
integer or a string representing a buffer. In the latter case it is
up to the caller to ensure that the string contains the proper bits
...
...
Doc/libsocket.tex
Dosyayı görüntüle @
9eb5e509
...
...
@@ -242,7 +242,7 @@ see above.)
\begin{funcdesc}
{
getsockopt
}{
level
\,
optname
\optional
{
\,
buflen
}}
Return the value of the given socket option (see the
\UNIX
{}
man page
{
\it
getsockopt
}
(2)). The needed symbolic constants (
\code
{
SO
_
*
}
etc.)
\emph
{
getsockopt
}
(2)). The needed symbolic constants (
\code
{
SO
_
*
}
etc.)
are defined in this module. If
\var
{
buflen
}
is absent, an integer option is assumed and its integer value
is returned by the function. If
\var
{
buflen
}
is present, it specifies
...
...
@@ -310,7 +310,7 @@ raised; in blocking mode, the calls block until they can proceed.
\begin{funcdesc}
{
setsockopt
}{
level
\,
optname
\,
value
}
Set the value of the given socket option (see the
\UNIX
{}
man page
{
\it
setsockopt
}
(2)). The needed symbolic constants are defined in
\emph
{
setsockopt
}
(2)). The needed symbolic constants are defined in
the
\code
{
socket
}
module (
\code
{
SO
_
*
}
etc.). The value can be an
integer or a string representing a buffer. In the latter case it is
up to the caller to ensure that the string contains the proper bits
...
...
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