Changes between Version 13 and Version 14 of RoadMap


Ignore:
Timestamp:
05/07/10 13:28:28 (14 years ago)
Author:
Samuli Seppänen
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • RoadMap

    v13 v14  
    109109If OpenVPN is designed like this, the "OpenVPN core" needs to be completely written from scratch before we can really begin to see something happening.  This is also the part where libevent would be implemented.  This core becomes an "internal bus" where the traffic is passed between the user-space UDP/TCP socket and the kernel-space TUN/TAP device.  The rest of the work happens in the modules.
    110110
    111 Provided this we choose to design OpenVPN as above, we'd need to do the following:
     111Provided we choose to design OpenVPN as above, we'd need to do the following:
    112112
    113113 * Define which types of modules OpenVPN core should support. This means modules like, encryption, authentication, networking, routing, logging, etc, etc.  Based on the task the module would have.