Index


NAME

Linux::NBD - interface to the linux network block device.

SYNOPSIS

 # Kernel 2.4+ is required
 use Linux::NBD;

DESCRIPTION

See Linux::NBD::Client and Linux::NBD::Server, or no, better idea: use the source :)

NOTICE: Only the Linux 2.4 and newer nbd device is supported by this module. For older kernels you are on your own.

FUNCTIONS

($a, $b) = tcp_socketpair;

Creates a pair of interconnected tcp sockets, which is extremely ugly, so be happy that this function exists.

AUTHOR

 Marc Lehmann <schmorp@schmorp.de>
 http://home.schmorp.de/