Re: [psutil] Process.get_connections(), win7, no remote address?

34 views
Skip to first unread message

Giampaolo Rodolà

unread,
Sep 11, 2012, 12:22:52 PM9/11/12
to psu...@googlegroups.com
> connection(fd=-1, family=2, type=2, local_address=('0.0.0.0', 61856), remote_address=(), status='')

socket type is equal to 2, hence it's an UDP socket, therefore it has
no remote endpoint.

Regards,

- Giampaolo

2012/9/11 julius <comme...@gmx.net>:
> hi,
>
>
> for kind='all' i get:
> [connection(fd=-1, family=2, type=1, local_address=('127.0.0.1', 25639),
> remote_address=(), status='LISTEN'), connection(fd=-1, family=2, type=2,
> local_address=('0.0.0.0', 61856), remote_address=(), status='')]
>
>
> the program is question is a ts3 client which is connected to a server, so
> wheres the remote address?
>
> --
> You received this message because you are subscribed to the "Python process
> utilities (psutil)" project group:
> http://code.google.com/p/psutil
> To post to this group, send email to psu...@googlegroups.com
> To unsubscribe from this group, send email to
> psutil-un...@googlegroups.com
> For more options, visit this group at http://groups.google.com/group/psutil
Reply all
Reply to author
Forward
0 new messages