petsc-3.12.5 2020-03-29
PetscSocketEstablish
starts a listener on a socket
Synopsis
PETSC_INTERN PetscErrorCode PetscSocketEstablish(int portnum,int *ss)
Input Parameters
portnumber -the port to wait at
Output Parameters
ss -the socket to be used with PetscSocketListen()
See Also
PetscSocketListen(), PetscOpenSocket()
Level
advanced
Location
src/sys/classes/viewer/impls/socket/send.c
Index of all Viewer routines
Table of Contents for all manual pages
Index of all manual pages