On s'en vient tantôt ou beaucoup plus tard!
May or may not come soon!
_________ IP Structure
On construit des réseaux d'ordinateurs :-)
We build 's'es and make them talk :-)
s = a communication connection point that you can name and address in a network;
an endpoint for communication.
Notre savoir-faire est sur les protocoles suivants :-)
We speak following protocols :-)
socket.AF_UNIX
socket.AF_INET
socket.AF_INET6
On admire les structures et on interconnecte les toiles :-)
We admire organized structures and we add our bricks :-)
struct sockaddr_in {
__kernel_sa_family_t sin_family; /* Address family */
__be16 sin_port; /* Port number */
struct in_addr sin_addr; /* Internet address */
/* Pad to size of `struct sockaddr'. */
unsigned char __pad[__SOCK_SIZE__ - sizeof(short int) -
sizeof(unsigned short int) - sizeof(struct in_addr)];
};
Traduction :-)
Readme :-)
Linux, Cisco R&S DC, Fortinet, Juniper, Ericsson