Thomas Vander Stichele 1ece1a9751 more commenting
Original commit message from CVS:
more commenting
2006-05-11 12:34:53 +00:00
..
2005-12-06 19:42:02 +00:00
2006-05-11 12:34:53 +00:00
2006-05-10 15:14:30 +00:00
2005-12-06 19:42:02 +00:00
2005-12-01 01:21:49 +00:00
2006-04-28 19:46:37 +00:00
2005-12-06 19:42:02 +00:00
2005-12-01 01:21:49 +00:00
2005-12-06 19:42:02 +00:00
2006-03-01 17:39:28 +00:00
2006-04-28 19:46:37 +00:00
2005-12-01 01:21:49 +00:00
2005-07-05 10:21:40 +00:00
2004-07-27 21:41:30 +00:00

This part of the documentation is for the new tcp elements:
- tcpclientsrc
- tcpclientsink
- tcpserversrc
- tcpserversink
                                                                                
TESTS
-----
Use these tests to test functionality of the various tcp plugins

* server: nc -l -p 3000
  client: nc localhost 3000
  everything you type in the server is shown on the client
  everything you type in the client is shown on the server

* server: nc -l -p 3000
  client: gst-launch tcpclientsrc protocol=none port=3000 ! fdsink fd=2
  everything you type in the server is shown on the client

* server: nc -l -p 3000
  client: gst-launch fdsrc fd=1 ! tcpclientsink protocol=none port=3000
  everything you type in the client is shown on the server

* server: gst-launch tcpserversrc protocol=none port=3000 ! fdsink fd=2
  client: gst-launch fdsrc fd=1 ! tcpclientsink protocol=none port=3000


TODO
----
- implement DNS resolution