Steven Engler

Results 136 comments of Steven Engler

> Side question. Do you think this should be an extra test? Is there any chance this can be a non-extra one? Since this is a libp2p compatibility test, I'm...

> > @stevenengler Since the epoll PR and netlink PR have been merged, do you have a plan for this PR? > > I opened a discussion post about building...

@NicolasRannou I came here looking for the same thing. All of the code in the repository seems to be written in Python (no C APIs or anything), so I think...

@scaramallion Is Python 2 also supported in this fork, or only Python 3? Ping @spichardo

There seems to be nothing about `SO_SECURITY_ENCRYPTION_NETWORK` anywhere on the Internet. The only reference in the Linux kernel seems to be: ```c /* Security levels - as per NRL IPv6...

> Ah, I think this issue is due to a recent change in Snowflake Thanks for finding that link. The link also says: > tor does bind-before-connect when the OutboundBindAddress...

> I'm going to poke at it a bit and see if I can find out where this `protocol not available` error is coming from exactly. On the Shadow side,...

Opened an issue at golang/go#64925.

> fixed on tip / 1.22rc1 Apparently this will be fixed in Go 1.22, so we'll probably need to add a note for fedora 39 to build using an older...

I confirmed that the above example still fails with Go 1.21.7 on Fedora 39, but if you install Go 1.22.1 from the Go website and run `go install -buildmode=shared std`,...