| Function silc_packet_stream_set_stream
 
 SYNOPSIS
 
    void silc_packet_stream_set_stream(SilcPacketStream packet_stream,
                                       SilcStream stream);
DESCRIPTION
    This function may be used to change the underlaying stream in the
    packet stream indicated by `packet_stream'.  Note that the old
    stream will not be used after calling this function.  The caller is
    responsible destroying the old stream.  The `stream' will use
    the same scheduler as the `packet_stream'.
 
 
 
 |