nn_freemsg man page on DragonFly

Man page or keyword search:  
man Server   44335 pages
apropos Keyword Search (all sections)
Output format
DragonFly logo
[printable version]

NN_FREEMSG(3)			nanomsg manual			 NN_FREEMSG(3)

NAME
       nn_freemsg - deallocate a message

SYNOPSIS
       #include <nanomsg/nn.h>

       int nn_freemsg (void *msg);

DESCRIPTION
       Deallocates a message allocated using nn_allocmsg(3) function or
       received via nn_recv(3) or nn_recvmsg(3) function. While nn_recv(3) and
       nn_recvmsg(3) allow to receive data into arbitrary buffers, using
       library-allocated buffers can be more efficient for large messages as
       it allows for using zero-copy techniques.

RETURN VALUE
       If the function succeeds zero is returned. Otherwise, -1 is returned
       and errno is set to to one of the values defined below.

ERRORS
       EFAULT
	   The message pointer is invalid.

EXAMPLE
	   void *buf;
	   nn_recv (s, &buf, NN_MSG, 0);
	   nn_freemsg (buf);

SEE ALSO
       nn_allocmsg(3) nn_reallocmsg(3) nn_recv(3) nn_recvmsg(3) nanomsg(7)

AUTHORS
       Martin Sustrik <sustrik@250bpm.com[1]>

NOTES
	1. sustrik@250bpm.com
	   mailto:sustrik@250bpm.com

nanomsg Unknown			  12/23/2015			 NN_FREEMSG(3)
[top]

List of man pages available for DragonFly

Copyright (c) for man pages and the logo by the respective OS vendor.

For those who want to learn more, the polarhome community provides shell access and support.

[legal] [privacy] [GNU] [policy] [cookies] [netiquette] [sponsors] [FAQ]
Tweet
Polarhome, production since 1999.
Member of Polarhome portal.
Based on Fawad Halim's script.
....................................................................
Vote for polarhome
Free Shell Accounts :: the biggest list on the net