Script started on Mon Mar 11 21:26:01 2002

npu8:/home/huanghao/cs515/hw2/v05(16)>ll

total 217
-rw-------   1 huanghao     1239 Mar 11 18:31 makefile
-rw-------   1 huanghao     2132 Mar 11 18:29 readme
-rw-------   1 huanghao     2337 Mar 11 18:14 srcp.h
-rw-------   1 huanghao      625 Mar 11 12:38 srcp_app_clnt.c
-rw-------   1 huanghao      623 Mar 11 12:38 srcp_app_srv.c
-rw-------   1 huanghao     8433 Mar 11 17:45 srcp_clnt.c
-rw-r--r--   1 huanghao        0 Mar 11 21:28 srcp_result_npu20
-rw-r--r--   1 huanghao        0 Mar 11 21:29 srcp_result_npu22
-rw-r--r--   1 huanghao        0 Mar 11 21:28 srcp_result_npu6
-rw-r--r--   1 huanghao        0 Mar 11 21:26 srcp_result_npu8
-rw-------   1 huanghao     9397 Mar 11 21:10 srcp_srv.c
-rw-------   1 huanghao     3769 Mar 11 12:38 srcp_util.c
-rw-------   1 huanghao     2168 Mar 11 12:38 srcp_util_soc.c

npu8:/home/huanghao/cs515/hw2/v05(15)>make

gcc -I../../../unpv12e -I../../../unpv12e/intro   -c  srcp_srv.c
gcc -I../../../unpv12e -I../../../unpv12e/intro   -c  srcp_app_srv.c
gcc -I../../../unpv12e -I../../../unpv12e/intro   -c  srcp_util.c
gcc -I../../../unpv12e -I../../../unpv12e/intro   -c  srcp_util_soc.c
gcc -I../../../unpv12e -I../../../unpv12e/intro  -o server_hw2_2860 srcp_srv.o 
    srcp_app_srv.o srcp_util.o srcp_util_soc.o ../../../unpv12e/libunp.a -lsocket
gcc -I../../../unpv12e -I../../../unpv12e/intro   -c  srcp_clnt.c
gcc -I../../../unpv12e -I../../../unpv12e/intro   -c  srcp_app_clnt.c
gcc -I../../../unpv12e -I../../../unpv12e/intro  -o client_hw2_2860 srcp_clnt.o 
    srcp_app_clnt.o srcp_util.o srcp_util_soc.o ../../../unpv12e/libunp.a -lsocket
 
npu8:/home/huanghao/cs515/hw2/v05(16)>ll

total 217
-rwxr-xr-x   1 huanghao    78733 Mar 11 21:30 client_hw2_2860*
-rw-------   1 huanghao     1239 Mar 11 18:31 makefile
-rw-------   1 huanghao     2132 Mar 11 18:29 readme
-rwxr-xr-x   1 huanghao    76450 Mar 11 21:30 server_hw2_2860*
-rw-------   1 huanghao     2337 Mar 11 18:14 srcp.h
-rw-------   1 huanghao      625 Mar 11 12:38 srcp_app_clnt.c
-rw-r--r--   1 huanghao      557 Mar 11 21:30 srcp_app_clnt.o
-rw-------   1 huanghao      623 Mar 11 12:38 srcp_app_srv.c
-rw-r--r--   1 huanghao      556 Mar 11 21:30 srcp_app_srv.o
-rw-------   1 huanghao     8433 Mar 11 17:45 srcp_clnt.c
-rw-r--r--   1 huanghao    13872 Mar 11 21:30 srcp_clnt.o
-rw-r--r--   1 huanghao        0 Mar 11 21:28 srcp_result_npu20
-rw-r--r--   1 huanghao        0 Mar 11 21:29 srcp_result_npu22
-rw-r--r--   1 huanghao        0 Mar 11 21:28 srcp_result_npu6
-rw-r--r--   1 huanghao        0 Mar 11 21:26 srcp_result_npu8
-rw-------   1 huanghao     9397 Mar 11 21:10 srcp_srv.c
-rw-r--r--   1 huanghao     7500 Mar 11 21:30 srcp_srv.o
-rw-------   1 huanghao     3769 Mar 11 12:38 srcp_util.c
-rw-r--r--   1 huanghao     2456 Mar 11 21:30 srcp_util.o
-rw-------   1 huanghao     2168 Mar 11 12:38 srcp_util_soc.c
-rw-r--r--   1 huanghao     1468 Mar 11 21:30 srcp_util_soc.o

npu8:/home/huanghao/cs515/hw2/v05(17)>server_hw2_2860

**dumpAddr: Local = npu8, 0.0.0.0, 22860
**dumpAddr: Local = npu8, 192.168.0.38, 22860
**doTcpServer: Created child 25468 (total client: 1)
**dumpAddr: Peer = ---, 192.168.0.22, 35416
1024
**In command buffer: Thuh_s22_8
**Server open file huh_s22_8 for write OK!
**dumpAddr: Local = npu8, 192.168.0.38, 22860
**dumpAddr: Peer = npu6.inside.npu.edu, 192.168.0.36, 34627
1024
**In command buffer: Rclient_hw2_2860
**doTcpServer: Created child 25469 (total client: 2)
**Server open file client_hw2_2860 for read OK!
**doUdpServer: UDP server work. (total client: 3)
**In command Buffer is: Trdm_20_8
Server open file rdm_20_8 for write OK!
**doUdpServer: UDP server quit. (total client: 2)
**doUdpServer: UDP server work. (total client: 3)
**In command Buffer is: Rsrcp.h
Server open file srcp.h for read OK!
**doUdpServer: UDP server quit. (total client: 2)
**sigChildHandler: child 25468 terminated (total client: 1)
**sigChildHandler: child 25469 terminated (total client: 0)
^C

npu8:/home/huanghao/cs515/hw2/v05(17)>diff huh_s22_8 server_hw2_2860

npu8:/home/huanghao/cs515/hw2/v05(18)>diff readme rdm_20_8

npu8:/home/huanghao/cs515/hw2/v05(19)>exit
script done on Mon Mar 11 21:44:32 2002

