Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 5 Jun 2008 10:10:23 GMT
From:      Victor Hugo Bilouro <bilouro@FreeBSD.org>
To:        Perforce Change Reviews <perforce@FreeBSD.org>
Subject:   PERFORCE change 142946 for review
Message-ID:  <200806051010.m55AANIG086080@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
http://perforce.freebsd.org/chv.cgi?CH=142946

Change 142946 by bilouro@bilouro_tcptest on 2008/06/05 10:10:18

	write three way handshake as a unit test 	
	question remote pcap connector??
	
	cthreewayhandshake_nooptions.py still have syntax errors 	

Affected files ...

.. //depot/projects/soc2008/bilouro_tcptest/TODO#3 edit
.. //depot/projects/soc2008/bilouro_tcptest/src/scripts/tests/README#1 add
.. //depot/projects/soc2008/bilouro_tcptest/src/scripts/tests/cthreewayhandshake_nooptions.py#1 add

Differences ...

==== //depot/projects/soc2008/bilouro_tcptest/TODO#3 (text+ko) ====

@@ -4,8 +4,16 @@
 create connection establishment options test
 create some regression test scripts
 create some conformance test scripts
-choose the better method to create tests, programmatically or parsing
-oriented
- 
+choose the better method to create tests, programmatically or parsing oriented
+
+Think about:
+    to be able make synchronous tests, will be wonderful remotely
+    connect via pcap. eg. thatsideoutput = pcs.PcapConnector(remote,"ed0")  
+
+    self.output = { self.thisside : pcs.PcapConnector("ed0") , \
+                    self.thatside : pcs.PcapConnector(remoteip,"ed0") } 
+
+    this.packet == that.packet will be possible
+
 done:
 -manually establish a tcp connection using pcs



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200806051010.m55AANIG086080>