Displaying 4 results from an estimated 4 matches for "mux_writ".
Did you mean:
mux_write
2007 Mar 09
1
multiplexers
...tc. So the multiplexer has to be a little beefier than I was first
> assuming. Its still pretty surprising that a generic library to multiplex
> over TCP is not more common. Something that would let you create a in
> initial stream and then create "sub-streams" and expose a "mux_write()" and
> "mux_read()" or something, and have the library transparently handle all the
> mux/demux and messaging in between. If something like this *does* exist,
> please share!
I understand the openssh code implements TCP-over-TCP for its tunnel
support. You might look a...
2007 Mar 08
0
multiplexers
...hannel
hangs, etc. So the multiplexer has to be a little beefier than I was first
assuming. Its still pretty surprising that a generic library to multiplex
over TCP is not more common. Something that would let you create a in
initial stream and then create "sub-streams" and expose a "mux_write()" and
"mux_read()" or something, and have the library transparently handle all the
mux/demux and messaging in between. If something like this *does* exist,
please share!
On 3/8/07, Jean-Marc Valin <jean-marc.valin@usherbrooke.ca> wrote:
>
> Have you looked at liboggz...
2007 Mar 08
1
multiplexers
Have you looked at liboggz and libfishsound?
Jean-Marc
S. A. Ridley wrote:
> Hey folks,
> I just unsubscribed from the vorbis-dev mailinglist (several days ago)
> after a year or so of being subscribed, and today I run into a project
> that will probably require using Ogg :-).
> The project I am working on has a fairly quick timeline, and as a result
> have to cut corners.
2007 Mar 08
2
multiplexers
Hey folks,
I just unsubscribed from the vorbis-dev mailinglist (several days ago)
after a year or so of being subscribed, and today I run into a project that
will probably require using Ogg :-).
The project I am working on has a fairly quick timeline, and as a result
have to cut corners. The core of it will be wrapped around a multiplexer.
Ogg is obviously ideal for this, but I was wondering if