1sock_abort(3z) z88dk Programmer's Manual sock_abort(3z)
2
3
4
6 sock_abort - abort a network connection
7
9 #include <net/socket.h>
10
11 void sock_abort(SOCKET *s);
12
14 The parameter s is a descriptor to an open socket created using
15 sock_open(3z) or sock_listen(3z).
16
17 The sock_abort() function will immediately move a socket into a closed
18 state disallowing any further reads or writes.
19
20
21
23 None
24
25
27 sock_close(3z), sock_shutdown(3z)
28
29
31 Dominic Morris <dom@jb.man.ac.uk>
32
33
34
35
36 18 February 2000 sock_abort(3z)