ftp.nice.ch/pub/next/tools/archiver/Opener.3.4b.Utils.s.tar.gz#/Opener.3.4a.Utils.s/macutils/comm/protocol.h

This is protocol.h in view mode; [Download] [Up]

#define RECORDBYTES	132
#define DATABYTES	128
#define NAMEBYTES	63

#define RETRIES		10
#define SOHTIMO		10
#define ACKTIMO		10
#define LINTIMO		20
#define CHRTIMO		2

#define MAXRECNO	0xff

#define TMO		-1
#define DUP		'\000'
#define SOH		'\001'
#define EOT		'\004'
#define ACK		'\006'
#define NAK		'\025'
#define CAN		'\030'
#define EEF		'\032'
#define ESC		'\033'

These are the contents of the former NiCE NeXT User Group NeXTSTEP/OpenStep software archive, currently hosted by Netfuture.ch.