Brocade Virtual ADX OpenScript API Guide (Supporting ADX v Manual de usuario Pagina 35

  • Descarga
  • Añadir a mis manuales
  • Imprimir
  • Pagina
    / 132
  • Tabla de contenidos
  • MARCADORES
  • Valorado. / 5. Basado en revisión del cliente
Vista de pagina 34
Brocade Virtual ADX OpenScript API Guide 23
53-1003243-01
Methods
3
Example
OS_TCP::getHeaderLength
Description
Returns TCP header length in bytes. Header length does not include length of options present.
Context
Called in context of TCP and HTTP.
Usage
Can be used to perform load-balancing based on header length.
Input Parameters
None.
Return Values
The following table contains the return values.
TABLE 17 Return Values
Name Type Description
bytes TCP header length.
use OS_TCP;
use OS_HTTP_REQUEST;
sub HTTP_REQUEST {
my $options = OS_TCP::options;
if(defined $options)
{
#process options
}
}
Vista de pagina 34
1 2 ... 30 31 32 33 34 35 36 37 38 39 40 ... 131 132

Comentarios a estos manuales

Sin comentarios