| 1 | #!/usr/bin/python |
| 2 | import struct, socket, sys, time |
| 3 | # Working: nbd protocol, read/write serving up files, error handling, file size detection, in theory, large file support... not really, so_reuseaddr, nonforking |
| 4 |
nothing calls this directly
no test coverage detected