[EMAIL PROTECTED] wrote on 07-11-2005 11:36:55: > I have initialized TCP and IP and setup a small HTTP server, but I didn't > got any connection from others computers. For example when I connect to it > from explorer I got an error indicating that no connection to host > available. Note that I can PING my host. >
This looks like you're mixing up the APIs. The semaphore stuff implies the sequential/socket API where you have e.g. netconn_new(NETCONN_TCP). I'm unsure if this can be of any harm, maybe not. I wouldn't dare to mix them. This is also one of the current problems with the unixsim example. The same sort of mixing happens there, and this is very confusing to new users. I'll have a look if the sequential API is documented clearly enough. Christiaan Simons Hardware / Software Engineer Axon Digital Design +31 (0)13 511 66 66 +31 (0)13 511 41 51 http://www.axon.tv This email and any files transmitted with it are confidential and intended solely for the use of the individual or entity to whom they are addressed. If you have received this email in error please notify the system manager. This message contains confidential information and is intended only for the individual named. If you are not the named addressee you should not disseminate, distribute or copy this e-mail. _______________________________________________ lwip-users mailing list [email protected] http://lists.nongnu.org/mailman/listinfo/lwip-users
