-
Notifications
You must be signed in to change notification settings - Fork 7.7k
Open
Labels
Description
Problem
Currently socket_op_vtable
and socket_dispatcher
do not include poll
function.
It limits exposing the functionailty of offloaded sockets and limits their use-cases.
Desired solution
poll
function is included into socket_op_vtable
and socket_dispatcher
, so that offloaded implementations can implement poll.