tcpiputils/networkaddressandporttranslation/Documentation/napt.txt
author Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
Fri, 16 Apr 2010 16:36:59 +0300
changeset 14 b33c3d136b7e
parent 0 af10295192d8
permissions -rw-r--r--
Revision: 201015 Kit: 201015


/***********************************************************************************************************************/

					WEEK 7 code drop

/***********************************************************************************************************************/

Steps to load protocol.

1. build napt

2. on any application do 

RSocketServer sock_server;

RSOcket socket;
socket.Open(sock_server ,_L("napt"));


*** napt will be loaded. Currently there is no support for ondemand Downlink information. IP for translating napt is hard
coded in CProtocolNapt::OpenL function

Change this IP to the static IP you are assigning to your laptop.