|

This
is NetSuperSonic's ReadMe file which includes version history and
definitions. You'll likely find what
you're looking for here, so check this out before you email our
tech support (support@netsupersonic.com)
NetSuperSonic
----------------------------
http://www.netsupersonic.com
Version History:
¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯
v2.60 (major)
¯¯¯¯¯
-NO Spyware, as always!
-minor bug fixes in Windows 2000/XP
-stunning new look; same great program!
2.52
¯¯¯¯
-Minor bugs fixed
-Newly softwrapped
-Tweaked acceleration settings
2.51
¯¯¯¯
-Bug fixes and mail update
v2.50 (major)
¯¯¯¯¯
-New Trial version method via Softwrap. This means more updates
and faster technical support for the user.
-Absolutely FREE of spyware
-Now supports Win9x/Me/NT/2000/XP
-New specialized optimization of high-speed connections as well
as modems.
-New smaller, faster loading installer that installs runtime files
automatically.
v2.10-2.40
¯¯¯¯¯¯¯¯¯¯
-Simpler Installation Procedure
-NO MORE WEBHANCER
v2.01-04
¯¯¯¯¯¯¯¯
-New Installer
-New WebHancer Agent, more stable
v2.00 (major)
¯¯¯¯¯
-Completely new and improved interface
-System tray enabled
-New preset configurations
-New Advaced Settings tab for fully customizable optimization
-More network-enhancing settings
-Completely uninstalls
-New OnFlow player with reminder companion
________________________________________________
v1.95
¯¯¯¯¯
- New Onflow Player: fully installs
- Addition of the webHancer Agent.
v1.94
¯¯¯¯¯
- Restart button added
v1.93
¯¯¯¯¯
- Drastic Improvement of optimization tweaks
- Trial functions differently, improved. Also extended to 15-days
v1.92
¯¯¯¯¯
- Updated Onflow Player!
- Updated installer
v1.91
¯¯¯¯¯
- Smarter Registry Tweaks
v1.9
¯¯¯¯
- Addition of the Onflow Player, an amazing new vector animation
format.
v1.4
¯¯¯¯
- User Agreement
- Updated installer
- Updated Readme
- Improved documentation
v1.31
¯¯¯¯¯
- Further improvement of documentation
v1.3
¯¯¯¯
- Major Trial bugs fixed
- Improved documentation
v1.2
¯¯¯¯
- Graphics glitch removed
v1.1
¯¯¯¯
- Wise Installer
v1.0
¯¯¯¯
- Supports Windows 95, 98, Me, NT, 2000
- Supports all modems (14.4K, 33.6, 28.8K, 56K) as well as broadband
(ISDN, xDSL, Cable Modems, T1, T3)
- Can also restore windows default settings
- Complete Connection Optimization in less than 30 seconds
- Can increase download speeds by up to 700%
- Easily accessible Speed Test to verify speed increases (registered
version only)
- Very user friendly graphical design
- The simplest and fastest installing internet accelerator - installs
and runs in under 5 minutes
------------------------------------------------
Installation Notes:
¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯
1. Double-Click on the "NetSuperSonic.exe" file after
downloading.
2. Follow the Setup to install the program files.
3. To Run, Click on "NetSuperSonic" from the Start menu.
Uninstallation:
¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯
1. Click on the Start menu -> Programs -> NetSuperSonic ->
Uninstall
**note- (applicable for versions 2.04 and previous)
- to uninstall the WebHancer agent:
Click Start Menu > Settings > Control Panel > Add/Remove
Programs > choose "webHancer Agent"
- to uninstall the Onflow Player:
Go to C:\Program Files\Onflow and double click on "uninstall
onflow.exe"
------------------------------------------------
Definitions:
¯¯¯¯¯¯¯¯¯¯¯¯
Onflow Player:
A plugin for a new vector animation technology. Similar, but in
many ways superior to Flash, the Onflow technology allows amazingly
detailed web animation at incredibly small file sizes. Visit www.onflow.com
for more information.
webHancer Agent:
Previously bundled with NetSuperSonic is the webHancer agent, which
relays web surfing metrics to allow for better understanding of
internet site performance as experienced by the user. webHancer
and NetSuperSonic.com are committed to ensuring your privacy. You
can view webHancer's privacy policies @
http://www.webhancer.com/site/products/privacy/index.asp
MTU:
(Maximum Transmission Unit)
Is the greatest amount of data that can be transferred in one physical
frame on the network. If a packet that has a smaller MTU than the
packet's frame length is sent, fragmentation will occur. For Ethernet,
1500 is the maximum MTU. The unofficial MTU for SLIP servers is
1006.
MSS:
(Maximum Segment Size)
Defines the largest segment of TCP data that the Winsock is prepared
to receive. When a connection is established, the two ends agree
to use the smaller of each end's value. Windows calculates MSS automatically,
based on MaxMTU.
DefaultRcvWindow:
(TCP Receive Window, or simply RWIN)
Determines how much data the receiving computer is prepared to get.
A too large RWIN will result in greater loss of data if a packet
is lost or damaged. A too small RWIN will be very slow, as each
packet will have to be acknowledged before the next packet is sent.
The RWIN is set to a multiple of the TCP MSS.
Tcp1323Opts:
Large window support. Used when an application requests a Winsock
socket to use buffer sizes greater than 64K. In previous implementations
the TCP window size was limited to 64K, this limit is raised to
2**30 through the use of TCP large window support as implemented
in Winsock 2.
SackOpts:
Selective acknowledgements allow TCP to recover from IP packet loss
without resending packets that were already received by the receiver.
Employed with TCP large windows.
MaxDupAcks:
Fast Retransmission and Fast Recovery of TCP connections that are
encountering IP packet loss in the network. Allow a TCP sender to
quickly infer a single packet loss by reception of duplicate acknowledgements
for a previously sent and acknowledged TCP/IP packet. This mechanism
is useful when the network is intermittently congested. The reception
of 3 successive duplicate acknowledgements indicates to the TCP
sender that it can resend the last unacknowledged TCP/IP packet
(fast retransmit) and not go into TCP slow start due to a single
packet loss (fast recovery).
DefaultTTL:
Specifies the default Time To Live value set in the header of outgoing
IP packets. The TTL determines the maximum amount of time an IP
packet can live in the network without reaching its destination.
It is effectively a limit on the number of routers an IP packet
may pass through before being discarded.
PMTUDiscovery:
Determines whether TCP uses a fixed, default maximum transmission
unit (MTU) or attempts to find the actual MTU. The value of this
entry is 0, therefore TCP uses an MTU of 576 bytes for all connections
to computers outside of the local subnet.
PMTUBlackHoleDetect:
When enabled, causes TCP to try to detect "Black Hole"
routers while doing Path MTU Discovery. Enabling black hole detection
increases the maximum number of retransmissions performed for a
given segment.
------------------------------------------------
Please report any bugs or issues to support@netsupersonic.com
This is a ShareWare program. Please REGISTER from www.netsupersonic.com
¯¯¯¯¯¯¯¯
|