rfc3164.h
author viric@llimona
Fri, 16 Jun 2006 18:25:03 +0200
changeset 61 4cd174a9b698
parent 6 bf2d10246ec1
permissions -rw-r--r--
Added the setsockopt for IPV6_V6ONLY, in order to have IPv6 and IPv4 in two different sockets for the same port.

#ifndef __RFC3164_H__
#define __RFC3164_H__

#define MESSAGE_LENGTH 1024

int process_message(char * restrict buffer);

#endif