]> mj.ucw.cz Git - libucw.git/commit
Added fastbuf backend for reading from file descriptors with a given limit.
authorMartin Mares <mj@ucw.cz>
Sun, 19 Oct 2003 16:47:06 +0000 (16:47 +0000)
committerMartin Mares <mj@ucw.cz>
Sun, 19 Oct 2003 16:47:06 +0000 (16:47 +0000)
commit30e8b23e52a9ee5b5735d0179dd572656feeaa6b
tree082ca801ab0bb82b36bdc58df59f715599d29bef
parent5f59a954af6350b5bec54fc5fe282aa68b72e77c
Added fastbuf backend for reading from file descriptors with a given limit.
(Very useful for communication over sockets.)
lib/fastbuf.h
lib/fb-limfd.c [new file with mode: 0644]