Name

int hydra_send(int socket, char *buf, int size, int options) — Sends the supplied data on the supplied socket

Synopsis

This function sends the data in the buffer buf, of length size, out on the socket defined by socket. The options variable is not commonly used (it is set to 0), but is the flags variable for the underlying socket’s API send( ) command. This function returns the amount of data sent, or -1 on error.

Get Network Security Tools now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.