Logo
Explore Help
Sign In
I2P_Developers/i2p.itoopie
3
0
Fork 0
You've already forked i2p.itoopie
Code Issues Pull Requests Actions 1 Packages Projects Releases Wiki Activity
Files
cdee5b2c31c615a65464bb483bc6be0aa04039e7
i2p.itoopie/installer/resources/runplain.sh

7 lines
253 B
Bash
Raw Normal View History

2005-09-16 jrandom * Added the i2p.exe and i2pinstall.exe for windows users, using launch4j. * Added runplain.sh for *nix/osx users having problems using the java service wrapper (called from the install dir as: sh runplain.sh) * Bundle susidns and syndie, with links on the top nav * Have I2PTunnelHTTPClient and I2PTunnelHTTPServer use the x-i2p-gzip content-encoding (if offered), reducing the payload size before it reaches the streaming lib. The existing compression is at the i2cp level, so we've been packetizing 4KB of uncompressed data and then compressing those messages, rather than compressing and then packetizing 4KB of compressed data. This should reduce the number of round trips to fetch web pages substantially. * Adjust the startup and timing of the addressbook so that susidns always has config to work off, and expose a method for susidns to tell it to reload its config and rerun.
2005-09-16 04:12:24 +00:00
export CP=. ; for j in lib/* ; do export CP=$CP:$j ; done;
JAVA=java
JAVAOPTS="-Djava.library.path=.:lib -DloggerFilenameOverride=logs/log-router-@.txt"
nohup $JAVA -cp $CP $JAVAOPTS net.i2p.router.RouterLaunch > /dev/null 2>&1 &
echo $! > router.pid
Reference in New Issue Copy Permalink
Powered by Gitea Version: 9b295e9 Page: 33ms Template: 2ms
English
Bahasa Indonesia Deutsch English Español Français Gaeilge Italiano Latviešu Magyar nyelv Nederlands Polski Português de Portugal Português do Brasil Suomi Svenska Türkçe Čeština Ελληνικά Български Русский Українська فارسی മലയാളം 日本語 简体中文 繁體中文(台灣) 繁體中文(香港) 한국어
Licenses API