DEBFIND Suche nach Debian-Paketen

Suchplatform für Softwarepakete und Archive Debian-basierter Linux-Distributionen

beta ! Diese website wird noch weiterentwickelt.

Liste aller Kategorien/Sektionen | Suchmaske | Haftungsausschluß

Paketbeschreibung


Paketnamevbuf
BeschreibungVirtual Ring Buffer library - shell interface
Archiv/RepositoryOffizielles Debian Archiv squeeze (main)
Version0.5.1-5
Sektionutils
Prioritätoptional
Installierte Größe20 Byte
Hängt ab vonlibc6 (>= 2.7-1), libvrb0
Empfohlene Pakete
PaketbetreuerSzékelyi Szabolcs
Quellevrb
Paketgröße9448 Byte
Prüfsumme MD502c7846f1c8fe89316394ff38026bd9d
Prüfsumme SHA10408b8ec9c685816bee8ebb30f8a84f8bb775c07
Prüfsumme SHA25681e07789eb891988238f1aa9ed016426623a920124708e31fcaf265315f23d05
Link zum Herunterladenvbuf_0.5.1-5_i386.deb
Ausführliche BeschreibungThe Virtual Ring Buffer (VRB) is an implementation of a character FIFO ring buffer. A ring buffer is a special memory area, because writing beyond the end of it actually results in a write at the beginning. Such a construct comes very handy in applications where one end of a communications channel is required to produce or consume data at a constant rate, but the other end cannot gurantee this. This is a common situation in multimedia applications or Voice-over-IP solutions, for example. . VRB provides direct access to the buffer so the calling program can construct output data in place, or parse input data in place, without the extra step of copying data to or from a calling program provided buffer area, thus provides a highly efficient ring buffer implementation. . This package contains the program vbuf, which implements nothing but a simple ring buffer, so it can be used directly from the shell.


Impressum
Linux is a registered trademark of Linus Torvalds