disable socket by passing (default configuration)

This commit is contained in:
Stefan Lankes 2012-09-10 09:58:47 +02:00
parent d9faa0c5af
commit b891b94a88

View file

@ -32,7 +32,7 @@
#include <asm/SCC_API.h>
#endif
#define USE_SOCKET_BYPASSING 1
#define USE_SOCKET_BYPASSING 0
/*
* This implements a netio server and client (only TCP version).