On Fri, Oct 9, 2015 at 7:51 PM, Tokuhiro Matsuno <
perl6-bugs-follo...@perl.org> wrote:

> I need to read 1 packet data without expecting size.


In TCP there is no such thing as 1 packet; TCP is a stream, you *cannot*
see the packet(s) underlying it unless you use a raw socket and implement
the TCP layer yourself. What are you actually looking for?

-- 
brandon s allbery kf8nh                               sine nomine associates
allber...@gmail.com                                  ballb...@sinenomine.net
unix, openafs, kerberos, infrastructure, xmonad        http://sinenomine.net

Reply via email to