|
|
On Fri, 3 Jun 2005, [gb2312] 冷晓翔 wrote: > hi, all > > > I add about 300 routes in my config file, and the OpenVPN replies "cannot add more than 100 routes". > How could I add more than 100 routes without recompile the source code? You'll have to change some constants and recompile. Increase MAX_ROUTES in route.h to allow more than 100 routes. Increase TLS_CHANNEL_BUF_SIZE in common.h to allow pushing larger numbers of routes. James ------------------------------------------------------- This SF.Net email is sponsored by Yahoo. Introducing Yahoo! Search Developer Network - Create apps using Yahoo! Search APIs Find out how you can build Yahoo! directly into your own Applications - visit http://developer.yahoo.net/?fr_______________________________________________ Openvpn-users mailing list Openvpn-users@xxxxxxxxxxxxxxxxxxxxx https://lists.sourceforge.net/lists/listinfo/openvpn-users |