public function configureBlocking($doBlock)
 {
     $this->socket->setBlock($doBlock);
 }