in reply to How to count the number of bytes of a multicast message received?
the recv() method doesn't give the statistics on the number of bytes received.
Maybe I'm misunderstanding you, but doesn't using length on the scalar variable that you supply to recv tell you what you want to know?
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^2: How to count the number of bytes of a multicast message received?
by sophate (Beadle) on May 29, 2012 at 03:19 UTC |