When TCP connection is established, we will have other TCP
port number available which is assigned by the system from
the available pool. We will fill in this information here
in this READ_ONLY variable. Again, based on Originator
only one of the following two fields will have valid value.
if Originator = SELF then
fill in LocalTcpPort field inside the AOT module
else
fill in PeerTcpPort field inside the AOT module
In short,
=========
For Originator = SELF
PeerTcpListenPort and LocalTcpPort entries are valid
For Originator = PARTNER
LocalTcpListenPort and PeerTcpPort entries are valid