Muno

Results 10 comments of Muno

> > ### Related component > > Client > > What you're describing sounds like a server-side thing, no? Not exactly. You can have multiple interfaces connected to a linux...

I looked through your comments, and will create a new commit. In regards to tests, I'm not sure how I would implement that as it's highly specific for each system....

I have futhermore fixed the socket family to be used from the request and not be fixed to `AF_INET` which should add support for IPv6, futhermore I removed the `connect_ex`...

I noticed my latest commit has introduced a linting issue, however i'm unsure what caused it. The typing used for `local_addr` is the same one defined in the built-in library...

I made it uppercase now, but it's still causing a linting issue.

> @Mostafa-Mahdi since you mentioned being a novice, here's a curated collection of materials related to FOSS contributions and Python you may like: > > * https://gist.github.com/webknjaz/b623cb5eb941ed17617afa831f4a7fb0#idiomatic-python > * https://gist.github.com/webknjaz/a5a4fb374b7579de827e6bedb93a5220...

I believe I have addressed all the issues, futhermore found a fix to the tuple assignment without using type ignore :)

Changed it to static

Hey @Dreamsorcerer Exactly, what is needed to finish this PR?