netstat interface

Is it possible to implement a netstat interface for a custom protocol? I’d
like to be able to print information about my protocol using ‘netstat -p
foo’. foo has been registered as a down-producer.

Thanks,
Shaun

Not currently. netstat is specific to npm-tcpip.so.

-seanb

Shaun Jackman <sjackman@nospam.vortek.com> wrote:

Is it possible to implement a netstat interface for a custom protocol? I’d
like to be able to print information about my protocol using ‘netstat -p
foo’. foo has been registered as a down-producer.

Thanks,
Shaun