We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
https://github.com/NetworkBlockDevice/nbd/blob/master/doc/proto.md
I think buse uses oldstyle negotiation and the spec says server sends these five data.
S: 64 bits, 0x4e42444d41474943 (ASCII 'NBDMAGIC') (also known as the INIT_PASSWD) S: 64 bits, 0x00420281861253 (cliserv_magic, a magic number) S: 64 bits, size of the export in bytes (unsigned) S: 32 bits, flags S: 124 bytes, zeroes (reserved).
But buse's server sends only NBDMAGIC. How can client handshakes with the server?
The text was updated successfully, but these errors were encountered:
No branches or pull requests
https://github.com/NetworkBlockDevice/nbd/blob/master/doc/proto.md
I think buse uses oldstyle negotiation and the spec says server sends these five data.
But buse's server sends only NBDMAGIC. How can client handshakes with the server?
The text was updated successfully, but these errors were encountered: