<< Previous | Index | Next >>

sock_abort


void sock_abort( void *s );

Description

Close a connection immediately. Under TCP this is done by sending a RST (reset).

Under UDP there is no difference between sock_close() and sock_abort().

Parameters

s

Pointer to a socket.

Return Value

None.

Library

NET.LIB (Prior to DC 7.05, this was DCRTCP.LIB)

See Also

sock_close, tcp_open


TCP/IP Manual
Vol 1
<<Previous | Index | Next>> rabbit.com