Hacktoberfest 2026: the issues maintainers tagged for October, open and beginner-friendly. Browse Hacktoberfest issues

Support datagram endpoints over netlink sockets

Open
#676 1 comment 2 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

Assessment

Difficulty
4/5
Estimated time
3-5 days
Newbie friendliness
25/100
Issue type
Feature
Clarity
Needs clarification
Activity status
Stale
Tech stack
python
Domain
networking

Research direction

Start by reading the linked pyroute2 issue and reviewing how uvloop relates to asyncio datagram endpoints and netlink sockets. Done means uvloop supports the requested datagram endpoints over netlink sockets and the behavior is verified against the reported pyroute2 use case.

Written by the indexing model from the issue text.

Description

Hi there,

please see: https://github.com/svinota/pyroute2/issues/1335

My project uses uvloop, however I've had to move back to asyncio as I have a dependency on pyroute2, and it doesn't work with uvloop.

This seems to be because uvloop doesn't support datagram endpoints over netlink sockets, whereas asyncio does.

Is this something that could be implemented?

Thanks,

David.

Dominant language
Cython
Stars
11.9k
Forks
615
PR merge metrics
No merged PRs in 30d

Contributor guide

No contributing guide indexed for this repository

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

More from MagicStack/uvloop

All issues in MagicStack/uvloop

Similar issues

More Networking issues

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.