telnet connected but without response in cygwin 1.7.5

2010-08-09 Thread laurent . metais
Hello ! I have the same problem as described here ( http://sourceware.org/ml/cygwin/2010-02/msg00202.html) , with telnet connection, there is no response. Where can I find a fix for this issue ? I am currently using cygwin 1.7.5 and issue is still there. Thanks you. Best Regards, Laurent Mét

Ethernet interface names with cygwin 1.7.5

2010-08-09 Thread laurent . metais
Hello ! I am using a very simple to find all ethernet on my PC with cygwin : #include #include #include #include #include #include #include #include int get_iface_list(struct ifconf *ifconf) { int sock, rval; sock = socket(AF_INET,SOCK_STREAM,0); if(sock < 0) { perror("