Changeset 1708

Show
Ignore:
Timestamp:
04/30/07 13:15:19 (2 years ago)
Author:
zcutlip
Message:

updated readme

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/test/testcases/cprogram/unnamedUnixStreams/README

    r1707 r1708  
     1test the unix local stream socket  
    12 
    2 writer starts and binds to SOCK_FILE address.  It then writes single 
    3 character to the socket. 
    4 reader starts and connects to SOCK_FILE.  It then reads from it. 
     3Entire test program runs locally and does not need network. 
    54 
     5This implementation makes use of the unix stream socket, using the socketpair() syscall. 
    66 
    7 Run writer and reader in their own shell for better output format. 
     7it forks, child writes single character to the socket and the parent reads from it. 
    88 
    9  
    10 To test  
    11  
    12 shell1>writer  
    13 shell2>reader 
     9to test: 
     10$ ./test 
    1411 
    1512 
    1613 
    17