Issue 1: Feedback on msocket
Status:  New
Owner: ----
Reported by oleg.ale...@gmail.com, Mar 2, 2009
1. In the file msconnect.m, the text "hotname" must be "hostname".

2. In the examples shown, the variable "server" is undefined. Adding the line 

server='localhost';

would make the examples run correctly (each example needs this change).

3. The text "Client side" must be "Client Side", for consistency with
"Server Side" (all examples have this typo).

4. The use of LGPL is disappointing. It makes it not possible to use this
code in commercial projects (LGPL requires that one distribute the object
code that links to the library, that's not as bad as having to distribute
the source code, but is still not acceptable in many situations). Why not
choose something more permissive for this little utility code?