#ifndef __XNS_LIMITS_H
#define __XNS_LIMITS_H

#define	MAX_LABEL_LEN	63
#define	MAX_NAME_LEN	255
#define	MAX_UDP_LEN	512

#endif
