Matthew Roberts

Results 33 issues of Matthew Roberts

Hello everyone, Over the past year I've been working on a new p2p networking library in Python. The software makes heavy use of STUN and uses this library as the...

Under Python 3.3, Ubuntu 14.04 I use the following code: from bitcoinrpc.authproxy import AuthServiceProxy x = AuthServiceProxy("....") x.rpc_calls(...) The Bitcoin RPC version I'm using is from the latest master branch....

Hello Github, I've been using netifaces for my P2P networking project and the software is great for the most part. But on Windows it requires the .NET framework which isn't...

Output from netifaces.ifaddresses("enp3s0")[netifaces.AF_INET6]: [{'addr': 'some link local address here%enp3s0', 'netmask': 'ffff:ffff:ffff:ffff::/64'}] The netmask for link-local in IPv6 is: 'fe80:0000:0000:0000:0000:0000:0000:0000.' It's specified to be /10 but in practice people use /64....

First, let me say I have no idea whose repo to contribute to for netifaces. The one that pypy lists as the Github project is now 'archived' and no one...

Hello, I'm very enthusiastic about this API and was wondering what is the current approach for getting it to run? I did try read some discussion here: https://groups.google.com/a/chromium.org/g/blink-reviews/search?q=direct%20sockets but I...

good first issue

It seems like if you call close() on a loop.create_server object and then await wait_closed with the expectation that afterwards the connection_lost function will have been called then this doesn't...

Quite a big error but the external global-scope IPv6s for the routes are in the wrong portion. Should be an easy fix. This code needs to be refactored into an...

when a socket binds to global scope and connects to a listening link local server on the same machine (on windows) it seems that the connection still succeeds but data...