X-Git-Url: https://gapil.gnulinux.it/gitweb/?p=gapil.git;a=blobdiff_plain;f=socket.tex;h=00b9927ceca5e682f87d39739fbcdcb3f23d300b;hp=687ccc2e9d26737dbc2eec7c169342d50603f3fd;hb=718a0a24b34dce09e40eafc33c02ae494d100181;hpb=2e096eb5d1df57ce4b887630bdc81526c455b45b;ds=sidebyside diff --git a/socket.tex b/socket.tex index 687ccc2..00b9927 100644 --- a/socket.tex +++ b/socket.tex @@ -970,7 +970,7 @@ comando (effettuata con le apposite routine illustrate in Il primo passo (\texttt{\small 14--18}) รจ creare un \textit{socket} IPv4 (\const{AF\_INET}), di tipo TCP \const{SOCK\_STREAM}. La funzione -\const{socket} ritorna il descrittore che viene usato per identificare il +\func{socket} ritorna il descrittore che viene usato per identificare il socket in tutte le chiamate successive. Nel caso la chiamata fallisca si stampa un errore con la relativa routine e si esce.