Skip to content

NIOAsyncTestingChannel and EmbeddedChannel option handling #3305

@klaaspieter

Description

@klaaspieter

Considering that NIOAsyncTestingChannel and EmbeddedChannel would it make sense to allow more than ChannelOptions.Types.AllowRemoteHalfClosureOption?

I'm trying to test a traceroute implementation which sets ChannelOptions.socket(IPPROTO_IP, IP_TTL) but the test crashes because of a fatalError.

Would it make sense to allow any (socket) option? Perhaps storing them in the type so getOption would be able to return it as well?

Metadata

Metadata

Assignees

No one assigned

    Labels

    good first issueGood for newcomerskind/enhancementImprovements to existing feature.size/SSmall task. (A couple of hours of work.)

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions