Man Page: rmr_set_fack

RMR LIBRARY FUNCTIONS

NAME

rmr_set_fack

SYNOPSIS

#include <rmr/rmr.h>

void rmr_set_fack( void* vctx );

DESCRIPTION

The rmr_set_fack function enables fast TCP acknowledgements if the underlying transport library supports it. This might be useful for applications which must send messages at a maximum rate.

RETURN VALUE

There is no return value.

ERRORS

This function does not generate any errors.

SEE ALSO

rmr_init(3),