TCP sink in server mode

What does the TCP sink do in server mode before any connects? Does it
drop samples, or stall the pipeline?

–
Marcus L.
Principal Investigator
Shirleys Bay Radio Astronomy Consortium

On 10/01/2012 04:42 PM, Marcus D. Leech wrote:

What does the TCP sink do in server mode before any connects? Does it
drop samples, or stall the pipeline?

I think thats a little python wrapper around a gr file descriptor sink
and a python tcp socket. The block’s constructor blocks waiting for a
connection.

-josh