IPDR
view release on metacpan or search on metacpan
lib/IPDR/Collection/Client.pm view on Meta::CPAN
${$session_extract}{$session_decode}{'SessionDescription'} = $sessionDescription;
${$session_extract}{$session_decode}{'ackTime'} = $ackTime;
${$session_extract}{$session_decode}{'ackSeq'} = $ackSeq;
$session_data = substr($session_data,8,length($session_data)-8);
}
return 1;
}
sub update_session_parameters
{
my ( $self ) = shift;
my ( $session_extract ) = $self->{_GLOBAL}{'sessioninfo'};
my ( $debug ) = $self->{_GLOBAL}{'DEBUG'};
my ( @sessions ) = keys %{$session_extract};
my ( $session_name_lock ) = 0;
print "Session Update\n\n" if $debug>0;
print "Number of sessions is '".scalar(@sessions)."'\n" if $debug>0;
( run in 0.451 second using v1.01-cache-2.11-cpan-4d4bc49f3ae )