Some Eclipse Foundation services are deprecated, or will be soon. Please ensure you've read this important communication.

Bug 88179

Summary: (Plat) Support data transmission through the control channel
Product: z_Archived Reporter: Samson Wai <samwai>
Component: HyadesAssignee: Samson Wai <samwai>
Status: CLOSED FIXED QA Contact:
Severity: major    
Priority: P3 CC: dtprice
Version: unspecifiedKeywords: Documentation
Target Milestone: ---   
Hardware: All   
OS: All   
Whiteboard:

Description Samson Wai CLA 2005-03-16 10:23:19 EST
This is a requirement when firewall is present and only the control channel can 
tunnel through. Also this will allow data to be encrypted the same way as the 
control.
Comment 1 Samson Wai CLA 2005-03-17 10:03:40 EST
14 files affected:
- o.e.h.internal.collection.framework
 - ClientHandlerImpl.java
- o.e.h.datacollection
 - RAComm.c
 - messagePump.c
 - RACommS.c
 - RAServerConfigBinding2.cpp
 - RAServerConfigHandler2.cpp
 - RAServerTypes2.h
 - ossramboflish.c
 - ossramboflush.cpp
- o.e.h.internal.execution.local.common
 - CustomCommand.java
 - MultiplexedDataServer.java
 - TCPDataServer.java
- o.e.h.internal.execution.local.control
 - AgentImpl.java
 - ConnectionImpl.java
Comment 2 Samson Wai CLA 2005-03-17 10:21:38 EST
Fix checked into CVS 3.3 and 4.0 on 2005/03/17 10:00am EST.
- united tested 3.3 on Windows and Linux with firewall and security enabled
Comment 3 Samson Wai CLA 2005-04-08 10:25:57 EDT
Also updated the config file generator to add the "isDataMultiplexed" attribute.
The default value for this attribute is "false".
Comment 4 Samson Wai CLA 2005-05-10 09:35:12 EDT
Verified.