From mboxrd@z Thu Jan 1 00:00:00 1970 From: "Marco Monguzzi" To: "Gary Thomas" Cc: , "Grant Edwards" Subject: RE: [ECOS] problems with MBUFs (TCP/IP stack) Date: Mon, 10 Jul 2000 11:18:00 -0000 Message-id: References: X-SW-Source: 2000-07/msg00089.html > Are you sure about this? The 'close(client)' call should end up calling > "socket_close()" which in turn calls "tcp_close()". I have: 'close(client)' ===> 'soo_close()' ==> 'soclose()' etc.... >Have you > tried tracing > through this, e.g. using GDB, to see what happens when you call > 'close(client)'? unfortunaly, we have been throught the stack code (using GDB) for several days (and nights... :-( Thanks, Marco