mirror of
https://git.savannah.gnu.org/git/guile.git
synced 2025-05-23 21:10:29 +02:00
(Network Sockets and Communication): Add SOCK_RDM and SOCK_SEQPACKET.
This commit is contained in:
parent
88596b9f71
commit
dc290e79b5
1 changed files with 7 additions and 1 deletions
|
@ -2084,7 +2084,8 @@ Return a new socket port of the type specified by @var{family},
|
||||||
integers. Supported values for @var{family} are
|
integers. Supported values for @var{family} are
|
||||||
@code{PF_UNIX}, @code{PF_INET} and @code{PF_INET6}.
|
@code{PF_UNIX}, @code{PF_INET} and @code{PF_INET6}.
|
||||||
Typical values for @var{style} are @code{SOCK_STREAM},
|
Typical values for @var{style} are @code{SOCK_STREAM},
|
||||||
@code{SOCK_DGRAM} and @code{SOCK_RAW}.
|
@code{SOCK_DGRAM}, @code{SOCK_RAW}, @code{SOCK_RDM} and
|
||||||
|
@code{SOCK_SEQPACKET}.
|
||||||
|
|
||||||
@var{proto} can be obtained from a protocol name using
|
@var{proto} can be obtained from a protocol name using
|
||||||
@code{getprotobyname}. A value of zero specifies the default
|
@code{getprotobyname}. A value of zero specifies the default
|
||||||
|
@ -2592,3 +2593,8 @@ terminating newline character are discarded. While reading
|
||||||
the password, echoing and the generation of signals by special
|
the password, echoing and the generation of signals by special
|
||||||
characters is disabled.
|
characters is disabled.
|
||||||
@end deffn
|
@end deffn
|
||||||
|
|
||||||
|
|
||||||
|
@c Local Variables:
|
||||||
|
@c TeX-master: "guile.texi"
|
||||||
|
@c End:
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue