Your message dated Tue, 17 Jan 2017 16:20:09 +0000
with message-id <[email protected]>
and subject line closing RFP: libpacketstream0 -- interface of the
'packetstream' thread-safe ring buffer
has caused the Debian Bug report #627561,
regarding RFP: libpacketstream0 -- interface of the 'packetstream' thread-safe
ring buffer
to be marked as done.
This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.
(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact [email protected]
immediately.)
--
627561: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=627561
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: wnpp
Severity: wishlist
Owner: Arand Nash <[email protected]>
* Package name : libpacketstream0
Version : 0.1.4-1
Upstream Author : Pyry Haulos <[email protected]>
* URL : https://github.com/nullkey/packetstream
* License : Zlib
Programming Lang: C
Description : interface of the 'packetstream' thread-safe ring buffer
Packetstream is basically a solution to the Producer-Consumer problem
with a
fixed size ring buffer and variable item (=packet) size. This
implementation
follows classic solution using semaphores with a few exceptions:
1. Since the maximum amount of items the buffer can hold is not known,
semaphore "empty" (=read_packets) is only decreased when producer needs to
remove a consumed item to have space for a new one.
2. Multiple producers 1..n can simultaneously write to the buffer
providing
that there is enough free space and all producers 1..n-1 have set a
size for
their items.
3. Multiple consumers 1..n can simultaneously read from the buffer if
there is
1..n ready items.
I am packging this because it is a build dependency of glc:
https://github.com/nullkey/glc which I also hope to package, see
http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=627560
--- End Message ---
--- Begin Message ---
RFP 627561 has no visible progress for a long time, so closing.
--- End Message ---