42        $this->address = $in->getAddress();
 
   45        $stopOffset = strlen($in->getBuffer()) - 16; 
 
   48            if($in->getOffset() >= $stopOffset){
 
   49                $this->systemAddresses[$i] = clone $dummy;
 
   51                $this->systemAddresses[$i] = $in->
getAddress();
 
   55        $this->sendPingTime = $in->
getLong();
 
   56        $this->sendPongTime = $in->
getLong();