Florian Weimer wrote:
[Extensible socket types]
:
Do you think it would be possible to do this out-of-tree? I think I
could port my client code to SocketChannel. (If I require a customized
JDK, it will raise a few eyebrows.)
It should be feasible but it would likely be a platform/provider
specific (mapping to the socket domain, translation to/from the socket
address, etc.). It would be good if someone had the cycles to prototype
this and come back with a proposal. Is this something you might be
interested in doing?
-Alan.