my $server_precision = oct("0b" . substr($received_data, $here, ($width = 8))); $here += $width; my $server_root_delay = oct("0b" . substr($received_data, $here, ($width = 32))); $here += $width;