Changed send to use Buffer.BlockCopy as it is faster, modified test harness to send a msg every second with the server sending an initial 130 bytes on connect(this msg is currently not displayed in the client). |
|
More...
|
about 14 years ago
|
Changed send to use Buffer.BlockCopy as it is faster, modified test harness to send a msg every second with the server sending an initial 130 bytes on connect(this msg is currently not displayed in the client). |
|
More...
|
about 14 years ago
|
Removed additional unnecessary pattern matches from TcpListener. |
|
More...
|
about 14 years ago
|
Removed unnecessary pattern matching from TcpListener. |
|
More...
|
about 14 years ago
|
Removed closeConnection from the recursive function definition. |
|
More...
|
about 14 years ago
|
changed the test client to wait 100ms between reading 1 byte from the stream to test byte ordering. |
|
More...
|
about 14 years ago
|
changed the test client to wait 100ms between reading 1 byte from the stream to test byte ordering. |
|
More...
|
about 14 years ago
|
Replaced pattern match in BocketPool with a simple if condition |
|
More...
|
about 14 years ago
|
added asynchronous send, this is test only at the moment. Changed the server test harness to sent bytes on connection. Need to expaNeed to update the test harnesses by adding command input to start send/receive etc |
|
More...
|
about 14 years ago
|
added asynchronous send, this is test only at the moment. Changed the server test harness to sent bytes on connection. Need to expaNeed to update the test harnesses by adding command input to start send/receive etc |
|
More...
|
about 14 years ago
|
Added closeConnection to close out bad connections during processReceive |
|
More...
|
about 14 years ago
|
Added timings to test apps, moved accept next connect further up so it happens before scraping off connect data. |
|
More...
|
about 14 years ago
|
Consolidated createTcpSocket() into createListener() |
|
More...
|
about 14 years ago
|
BocketPool now creates the requested number of args rather than the calcualted number. |
|
More...
|
about 14 years ago
|
Fixed Socket null reference exception. Updated client to send 512 bytes, updated server to use 512 byte buffers. |
|
More...
|
about 14 years ago
|
updated comment |
|
More...
|
about 14 years ago
|
updated comments |
|
More...
|
about 14 years ago
|
Cleaned up a few items. The do initializer call in BocketPool is now wrapped in the Start method. TcpListener's recursive completed callback now includes the processAccept, processReceive, and processSend as part of its recursive definition. |
|
More...
|
about 14 years ago
|
removed connection.fs |
|
More...
|
about 14 years ago
|
Refactored out the connection.fs file. |
|
More...
|
about 14 years ago
|
deleted old file |
|
More...
|
about 14 years ago
|
refactored code slightly to make clients dictionary private. |
|
More...
|
about 14 years ago
|
fixed capitalization of start method |
|
More...
|
about 14 years ago
|
changed project type to lib |
|
More...
|
about 14 years ago
|
changed type accessibility to internal |
|
More...
|
about 14 years ago
|
Corrected spelling of TcpListener.fs |
|
More...
|
about 14 years ago
|
switched callback functions to events on TcpListener |
|
More...
|
about 14 years ago
|
modified test server to output received bytes and disconnects. |
|
More...
|
about 14 years ago
|
split runissome to utility module. |
|
More...
|
about 14 years ago
|
interim change to allow optional send,receive,connect, disconnect function, not sure it i prefer this over an evented observable model |
|
More...
|
about 14 years ago
|