rrid_t rascal_get_rq_size( rrid_t, unsigned int *size );
Use this to get the number of bytes in a connection's incoming buffer. If the function succeeds, size
is updated with the size of the buffer. Note that for a datagram connection, size of all datagrams is returned, even though rascal_read
will only return one datagram with each call.