Udo Richter wrote: > Klaus Schmidinger wrote: > >> cRemux::Get() returns the number of currently available bytes. > > > The number of currently available bytes *in one memory block*. > > Without providing additional data through Put(), calls to Get() and > Del() (deleting all data delivered by Get()) may succeed several times, > before all internal buffers are drained and Get() returns Count=0. > Usually it takes 1-2 calls to Get(), but sometimes up to 50 successful > calls are possible. I'm afraid I don't understand. Why would you need access to the internal Available() function of the buffer? Klaus