Changes between Initial Version and Version 1 of Ticket #869
- Timestamp:
- Sep 28, 2006, 1:23:50 PM (18 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #869
- Property Summary IPCP get ConnectOnDemand working → [IPCP] get ConnectOnDemand working
-
Ticket #869 – Description
initial v1 1 1 For 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 3 Note: Our new netstack will probably provide a very nice API for ConnectOnDemand, so we don't have to do these hacks.