Skip to content

/dev/net/tun not pollable #1229

Description

@crioto

In version 1.12 of Go a Sysconn was introduced to os.File for ioctl calls, that is used for setting up device. Currently p2p doesn't support polling and during the process of instance creation we're getting error:
/dev/net/tun: not pollable
which happens during first attempt to read data from TAP interface. Afterwards, instance destroys itself, but start command exits with exit code 0, because interface creation went without any problems.
We need to modify current code of tap interfaces on Linux to support latest versions of Go.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

Labels

Type

No type

Projects

No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions