haskell / network

Low-level networking interface
http://hackage.haskell.org/package/network
Other
322 stars 186 forks source link

Socket timeout #555

Closed kazu-yamamoto closed 1 year ago

kazu-yamamoto commented 1 year ago

This implements SO_SNDTIMEO and SO_RCVTIMEO. This patch is small, so you can understand my intention very easily, I guess. Please skip the style-only commit and review the last two commits.

kazu-yamamoto commented 1 year ago

Relating to #543.

kazu-yamamoto commented 1 year ago

@Mistuke Do you agree with this PR itself? I need this PR for my DNS code.

Mistuke commented 1 year ago

@kazu-yamamoto yes sorry, was double checking the ranges of the types.

Yeah this looks good to me.

kazu-yamamoto commented 1 year ago

@Mistuke Thank you!