Commit 9e172def authored by Jukka Rissanen's avatar Jukka Rissanen
Browse files

net: tcp: Disable client role



Currently we can only be a server that listens TCP data and
can send back data.

Change-Id: If009b7cb608029a8fb3889772fe15e45a154679d
Signed-off-by: default avatarJukka Rissanen <jukka.rissanen@linux.intel.com>
parent ad2e6615
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -51,6 +51,9 @@ typedef unsigned int uip_stats_t;
#if CONFIG_TCP_MSS > 0
#define UIP_CONF_TCP_MSS CONFIG_TCP_MSS
#endif /* CONFIG_TCP_MSS */

/* Currently we can only be a TCP listener (server) */
#define UIP_CONF_ACTIVE_OPEN 0
#else
#define UIP_CONF_TCP 0
#endif