RbCafe

RealBasic Complete Socket

Posted in Codex by RbCafe on the October 27th, 2005

KNOWN ISSUES

Known Issue One: Currently, setting SSLSocket.Secure to true and then saying SSLSocket.Listen will NOT create a secure listening socket. Doing so will create a non-secure listening port on your machine at the port specified, and any connections received will not be secured. A secure listening feature might be added to REALbasic later.

Known Issue Two: Setting the SendToSelf property might not work on all versions of Windows. MSDN states that the SendToSelf property on Windows 95 and NT 4 cannot be turned off. A multicasting socket will always receive the data it sends out on these systems.

Known Issue Three: System.PPPConnect, System.PPPStatus and System.PPPDisconnect are currently not supported for Linux and Mach-O builds. This may change in the future.

Pages: 1 2 3 4 5 6 7 8 9 10 11 12 13


Leave a Reply

You must be logged in to post a comment.