Changes between Initial Version and Version 1 of Ticket #869


Ignore:
Timestamp:
Sep 28, 2006, 1:23:50 PM (18 years ago)
Author:
wkornewald
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #869

    • Property Summary IPCP get ConnectOnDemand working[IPCP] get ConnectOnDemand working
  • Ticket #869 – Description

    initial v1  
    11For ConnectOnDemand fake a source IP address (10.10.0.10 and so on?) and after connection establishment change the source IP of all outgoing packets to the real source IP. At least, I think this is the correct way to create the default route when not connected (waiting for the first outgoing packet initiating the Up() event).
     2
     3Note: Our new netstack will probably provide a very nice API for ConnectOnDemand, so we don't have to do these hacks.