Linux and UNIX Man Pages

Linux & Unix Commands - Search Man Pages

l2test(1) [debian man page]

L2TEST(1)						      General Commands Manual							 L2TEST(1)

NAME
l2test - L2CAP testing SYNOPSIS
l2test DESCRIPTION
l2test is L2CAP testing program. USAGE
l2test <mode> [options] [bdaddr] Modes: -r listen and receive -w listen and send -d listen and dump incoming data -x listen, then send, then dump incoming data -s connect and send -u connect and receive -n connect and be silent -y connect, then send, then dump incoming data -c connect, disconnect, connect, ... -m multiple connects -p trigger dedicated bonding -z information request Options: [-b bytes] [-i device] [-P psm] [-J cid] [-I imtu] [-O omtu] [-L seconds] enable SO_LINGER [-W seconds] enable deferred setup [-B filename] use data packets from file [-N num] send num frames (default = infinite) [-C num] send num frames before delay (default = 1) [-D milliseconds] delay after sending num frames (default = 0) [-X mode] select retransmission/flow-control mode [-Q num] Max Transmit value (default = 3) [-Z size] Transmission Window size (default = 63) [-F fcs] use CRC16 check (default = 1) [-R] reliable mode [-G] use connectionless channel (datagram) [-U] use sock stream [-A] request authentication [-E] request encryption [-S] secure connection [-M] become master [-T] enable timestamps AUTHOR
This manual page was written by Nobuhiro Iwamatsu <iwamatsu@debian.org>, for the Debian GNU/Linux system (but may be used by others). January 2012 L2TEST(1)

Check Out this Related Man Page

QEMU-NBD(8)															       QEMU-NBD(8)

NAME
qemu-nbd - QEMU Disk Network Block Device Server SYNOPSIS
usage: qemu-nbd [OPTION]... filename DESCRIPTION
Export Qemu disk image using NBD protocol. OPTIONS
filename is a disk image filename -p, --port=port port to listen on (default B<1024>) -o, --offset=offset offset into the image -b, --bind=iface interface to bind to (default B<0.0.0.0>) -k, --socket=path Use a unix socket with path I<path> -r, --read-only export read-only -P, --partition=num only expose partition I<num> -s, --snapshot use snapshot file -n, --nocache disable host cache -c, --connect connect FILE to NBD device DEV -d, --disconnect disconnect the specified device -e, --shared=num device can be shared by I<num> clients (default B<1>) -t, --persistent don't exit on the last connection -v, --verbose display extra debugging information -h, --help display this help and exit -V, --version output version information and exit SEE ALSO
qemu-img(1) AUTHOR
Copyright (C) 2006 Anthony Liguori <anthony@codemonkey.ws>. This is free software; see the source for copying conditions. There is NO warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. 2010-07-01 QEMU-NBD(8)
Man Page

7 More Discussions You Might Find Interesting

1. IP Networking

Wi-fi

Hi, I try to connect a PC to an access point for a WI-FI connection, but I receive the WEAK SIGNAL. I wonder if it exists any electronic device to amplify the signal ? What is its name ? Many thanks before. (3 Replies)
Discussion started by: big123456
3 Replies

2. IP Networking

Is is possible!!!

Dear All, Iam new to this forum.I got a new work in Automatic call testing,where we will be passing some inputs to the system(PC-with PBX),which should automatically connect to the destination PC-with PBX and pass the input to it.I have tried the protocols and found that SIP will be the feasible... (2 Replies)
Discussion started by: cskumar
2 Replies

3. UNIX for Dummies Questions & Answers

connect to server using ssh

hi, i have script that connects to a unix server. however, i want to add condition that if it cannot connects in 10 attemps, it will send email to me. while -a ${COUNT} -lt 10] ./connect to server. if status <> 0 then email to me. fi Thanks a lot. (0 Replies)
Discussion started by: tungaw2004
0 Replies

4. Shell Programming and Scripting

testing length

I've never tested file length with shell before and I'm having problems. What I'm doing is testing $filename and $filename.bak to see if there is a difference. so I use 'diff' for that and send it to an output file 'dif.txt'. Now I wanna see if the length of 'dif.txt' is zero or not. that's where... (1 Reply)
Discussion started by: astonmartin
1 Replies

5. Solaris

how to connect to alom

Hello Guys, I am working with sunfire V480 and wants to know how to connect to alom. Can you please guide? (7 Replies)
Discussion started by: mokkan
7 Replies

6. Programming

Problem with read data from serial device

I have problem with C programming. I want to send & receive data through serial communication. I send data(command) to device to get data from device but when receive data, it can't get altogether of data. It get only some data. What should I do to get altogether of data? If all of... (7 Replies)
Discussion started by: noppon_s
7 Replies

7. Red Hat

IP Bonding

Hi, What is IP bonding in Linux. What are its advantages How to create a IP bonding in redhat Linux. (1 Reply)
Discussion started by: chetansingh23
1 Replies