]> git.proxmox.com Git - mirror_frr.git/commit - lib/stream.c
2005-05-03 Paul Jakma <paul@dishone.st>
authorpaul <paul>
Tue, 3 May 2005 09:07:56 +0000 (09:07 +0000)
committerpaul <paul>
Tue, 3 May 2005 09:07:56 +0000 (09:07 +0000)
commit0dab930314e215a627f848ffa824ed995eb2e13c
treef84189f12990561a616c65be59d8cb6ebef94569
parent0c2029e9121d4c80380c174c2503b7deaf4e03ce
2005-05-03 Paul Jakma <paul@dishone.st>

* stream.h: Add comment about the special zero-ing ability of
  stream_put.
  (stream_recvmsg, stream_write) should return ssize_t and size_t
  respectively. Should both be extern linkage.
  (stream_recvfrom) Stream aware wrapper around recvfrom, in style
  of stream_read_try.
* stream.c: (stream_recvfrom) new function, wrapper around recvfrom.
  (stream_recvmsg, stream_write) ssize_t and size_t return values
lib/ChangeLog
lib/stream.c
lib/stream.h