Claudiu Mihail f75011c71f [TCPIP]
Fixed an error in the accepting code (in rostcp.c line 576). tcp_accepted was being called for the wrong pcb. Instead of the pcb belonging to the listening socket it was being called for the pcb belonging to the newly created connection socket. In order to fix this I added an extra field to the tcp_pcb structure to hold a reference to the listening socket. This is a crude method and it will be replaced by something more elegant.
Right now however there's a slight nondeterminism regarding the connection. One it's established the message either gets through to the other side or not, randomly. This could be due to a race condition of some sorts.
Also another problem is that the server side brings down the system when closing.

svn path=/branches/GSoC_2011/TcpIpDriver/; revision=51889
2011-05-24 18:05:51 +00:00
2011-05-01 16:33:50 +00:00
2011-04-24 13:44:58 +00:00
2011-04-15 22:34:20 +00:00
2011-04-27 14:05:18 +00:00
2011-05-24 18:05:51 +00:00
2011-03-26 13:00:21 +00:00
2010-12-03 19:20:45 +00:00
2011-04-24 13:44:58 +00:00
2011-05-24 18:05:51 +00:00
2011-03-26 13:00:21 +00:00
2010-12-22 16:37:32 +00:00
2011-04-26 22:54:53 +00:00
2011-04-24 13:44:58 +00:00
2011-04-24 13:44:58 +00:00
2011-03-27 17:44:53 +00:00
2011-04-17 16:54:57 +00:00
2011-01-24 18:13:40 +00:00
2010-12-27 20:10:40 +00:00
2011-01-06 16:57:56 +00:00
2011-01-09 16:49:10 +00:00
2011-04-30 11:34:02 +00:00
2010-07-24 18:52:44 +00:00
2010-07-24 18:52:44 +00:00
2010-07-24 18:52:44 +00:00
2010-07-24 18:52:44 +00:00
2010-07-24 18:52:44 +00:00
2010-07-24 18:52:44 +00:00
2010-07-24 18:52:44 +00:00
2011-04-17 16:54:57 +00:00
2010-08-13 14:02:58 +00:00
2010-07-24 18:52:44 +00:00
2011-04-27 21:48:41 +00:00
2010-11-08 13:41:29 +00:00
2010-07-24 18:52:44 +00:00
2011-01-08 23:25:58 +00:00
2011-05-17 22:18:21 +00:00
2011-04-14 12:50:32 +00:00
2011-02-14 11:09:48 +00:00
2010-07-24 18:52:44 +00:00

========================
ReactOS Version 0.3.x
Updated Dec 16, 2006
========================

1. What is ReactOS?

   ReactOS is an Open Source effort to develop a quality operating system
that is compatible with Windows NT applications and drivers.

   The ReactOS project, although currently focused on Windows XP/2003
drivers compatibility, is always keeping an eye toward compatibility with
older version of Windows NT family ( NT 4.0, 2000 (NT 5.0)) and new
Windows NT releases (Vista, etc). Applications (Win32 API) compatibility
focus is Windows XP.

More information is available at http://www.reactos.org/.

2. Building ReactOS

See the INSTALL file for more details.

3. More information

See the media\doc subdirectory for some sparse notes.

4. Who is responsible

See the CREDITS file.
S
Description
A free Windows-compatible Operating System
Readme
528 MiB
Languages
C 86.9%
C++ 10.7%
Python 0.7%
Assembly 0.5%
CMake 0.5%
Other 0.4%