Brocade Virtual ADX OpenScript API Guide (Supporting ADX v Manuel d'utilisateur Page 35

  • Télécharger
  • Ajouter à mon manuel
  • Imprimer
  • Page
    / 132
  • Table des matières
  • MARQUE LIVRES
  • Noté. / 5. Basé sur avis des utilisateurs
Vue de la page 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
}
}
Vue de la page 34
1 2 ... 30 31 32 33 34 35 36 37 38 39 40 ... 131 132

Commentaires sur ces manuels

Pas de commentaire