Skip to content

Instantly share code, notes, and snippets.

if(idmanager_isMyAddress(&ipv6_header->dest))
{
switch(msg->l4_protocol) {
case IANA_TCP:
opentcp_receive(msg);
break;
case IANA_UDP:
openudp_receive(msg);
break;
case IANA_ICMPv6:
<?php
namespace SocialNetwork\Entity;
use Doctrine\ORM\Mapping as ORM;
/**
* User
*