NetworkBlockDevice / nbd

Network Block Device
GNU General Public License v2.0
450 stars 116 forks source link

nbd-client: set a proper timeout with netlink #73

Closed eworm-de closed 6 years ago

eworm-de commented 6 years ago

With timeout set to zero nbd-client suffers connection timeouts, so set a proper timeout.

Fixes #71

eworm-de commented 6 years ago

Not sure if this makes sense or if we want another default value. But it works for me.

yoe commented 6 years ago

Yeah, I didn't merge this because it felt a bit wrong, and I was waiting for @josefbacik 's feedback (which didn't appear until recently). There's #82 now, though, which seems like a saner fix, so merging that instead.

Sorry for not following up on this earlier.