How do I use "Why Can't I Connect?"
Choose Send Text to send the entered text.
Choose Send file to send the contents of the selected file.
Choose Out of band to send an out of band (high priority) message (one byte only.)
Choose Add 32 bit size header to add a 32 bit binary size indicator to the beginning of the message. This is a common method for reporting the entire size off a message to the receiving application. The bytes of the header will be ordered by the endian of the operating system. For example, the header for a 1000 byte message will appear as 00 00 03 E8 in a big endian operating system. It will appear as E8 03 00 00 in a little endian operating system.
Press the | ... | button to select the file you wish to send the contents of.
Release 1.10.0
In this release:
1. Upgraded wxWidgets to 3.0.x
2. Added host name reformatting which removes errors from an entered host name.
3. Added a trace to show the original and the reformatted host name.
wxWidgets to 3.0.x:
Windows users should notice little if any differences. Linux users may see many user interface changes depending on the GTK+ theme they are using. There are problems with some controls while using certain themes (Oxygen-gtk for example.) As these are known problems for other applications, I haven't made any changes as of yet.
Check the Information section of the Knowledge Base for detailed release notes.