-
Notifications
You must be signed in to change notification settings - Fork 694
Labels
good first issueGood for newcomersGood for newcomerskind/enhancementImprovements to existing feature.Improvements to existing feature.size/SSmall task. (A couple of hours of work.)Small task. (A couple of hours of work.)
Description
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
Labels
good first issueGood for newcomersGood for newcomerskind/enhancementImprovements to existing feature.Improvements to existing feature.size/SSmall task. (A couple of hours of work.)Small task. (A couple of hours of work.)