If you shutdown a bhyve instance w/ gdb attached to it, you'll
get a hanging port in TIME_WAIT preventing bind'ing to the same
port... Like all daemons, mark the socket SO_REUSEADDR so we don't
get hit by this issue...
Details
Details
Diff Detail
Diff Detail
- Repository
- rS FreeBSD src repository - subversion
- Lint
Lint Passed - Unit
No Test Coverage
Event Timeline
Comment Actions
address grehan's comments...
I'll match style, but I prefer to use no parens for vars, this lets
the coder know that sizeof is being used properly, where as w/ parens,
it's a type and a bug (where if the var changes types, you will have
a mismatch)...
Comment Actions
committed in svn commit: r284630 - head/usr.sbin/bhyve
must not of done the review tag properly..