Re: [Twisted-Python] Can’t receive response to broadcasted UDP message

2017-04-20 Thread Роман Мещеряков
As one knows, God helps them that help themselves :) I found the solution to the subj problem. In order for broadcaster to receive responses, broadcaster must bind it's socket not to broadcast address, but to either it's own address (e.g. 192.168.2.1) or to empty string (which means "bind to all lo

[Twisted-Python] txtorcon 0.19.0

2017-04-20 Thread meejah
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 I'm very happy to release txtorcon 0.19.0. This merges most of the development that happened over the last several months on the release-1.x branch. Featuring: * Full Python3 support (and universal wheels) * Drop txsocksx and use a custom implemen