comparison etc/gnuserv.1 @ 464:5aa1854ad537 r21-2-47

Import from CVS: tag r21-2-47
author cvs
date Mon, 13 Aug 2007 11:45:51 +0200
parents abe6d1db359e
children 807b51903ed4
comparison
equal deleted inserted replaced
463:a158004111cd 464:5aa1854ad537
169 the server is restarted. 169 the server is restarted.
170 .SH UNIX-DOMAIN SOCKETS 170 .SH UNIX-DOMAIN SOCKETS
171 A Unix-domain socket is used to communicate between \fIgnuclient\fP 171 A Unix-domain socket is used to communicate between \fIgnuclient\fP
172 and \fIgnuserv\fP if the symbol UNIX_DOMAIN_SOCKETS is defined at the 172 and \fIgnuserv\fP if the symbol UNIX_DOMAIN_SOCKETS is defined at the
173 top of gnuserv.h. A file called /tmp/gsrvdir????/gsrv is created for 173 top of gnuserv.h. A file called /tmp/gsrvdir????/gsrv is created for
174 communication and if deleted will cause communication between server 174 communication. If the symbol USE_TMPDIR is set at the top of gnuserv.h,
175 and client to fail. Only the user running gnuserv will be able to 175 $TMPDIR, when set, is used instead of /tmp. If that file is deleted,
176 connect to the socket. 176 or TMPDIR has different values for the server and the client, communication
177 between server and client will fail. Only the user running gnuserv will be
178 able to connect to the socket.
177 .SH INTERNET-DOMAIN SOCKETS 179 .SH INTERNET-DOMAIN SOCKETS
178 Internet-domain sockets are used to communicate between 180 Internet-domain sockets are used to communicate between
179 \fIgnuclient\fP and \fIgnuserv\fP if the symbol 181 \fIgnuclient\fP and \fIgnuserv\fP if the symbol
180 INTERNET_DOMAIN_SOCKETS is defined at the top of gnuserv.h. Both 182 INTERNET_DOMAIN_SOCKETS is defined at the top of gnuserv.h. Both
181 Internet-domain and Unix-domain sockets can be used at the same 183 Internet-domain and Unix-domain sockets can be used at the same