Process.get_connections(), win7, no remote address?
The group you are posting to is a
Usenet group . Messages posted to this group will make your email address visible to anyone on the Internet.
Your reply message has not been sent.
Your post was successful
From:
julius <commerci... @gmx.net>
Date: Tue, 11 Sep 2012 07:15:24 -0700 (PDT)
Local: Tues, Sep 11 2012 10:15 am
Subject: Process.get_connections(), win7, no remote address?
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 must
Sign in before you can post messages.
You do not have the permission required to post.
From:
Giampaolo Rodolà <g.rod... @gmail.com>
Date: Tue, 11 Sep 2012 09:22:52 -0700
Local: Tues, Sep 11 2012 12:22 pm
Subject: Re: [psutil] Process.get_connections(), win7, no remote address?
> 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 <commerci... @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 psutil@googlegroups.com
> To unsubscribe from this group, send email to
> psutil-unsubscribe@googlegroups.com
> For more options, visit this group at http://groups.google.com/group/psutil
You must
Sign in before you can post messages.
You do not have the permission required to post.