You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently the default Unix Socket Type is set to SOCKET_STREAM. I have a use case for SOCKET_SEQPACKET, but unfortunately have to edit the source code myself in order to achieve this.
Is there perhaps a chance that the static connect functions could be overloaded for the socket type to be passed as an option?
The text was updated successfully, but these errors were encountered:
Someone else also wanted to expose the socket API in #45 (fixing #44) but since this isn't a general-purpose BSD socket library I'd prefer to do that as a separate jnr project (jnr-socket, for example). This project would then depend on that one.
If you would like to help on either of these items, let me know!
Currently the default Unix Socket Type is set to
SOCKET_STREAM
. I have a use case forSOCKET_SEQPACKET
, but unfortunately have to edit the source code myself in order to achieve this.Is there perhaps a chance that the static
connect
functions could be overloaded for the socket type to be passed as an option?The text was updated successfully, but these errors were encountered: