This is the mail archive of the ecos-discuss@sources.redhat.com mailing list for the eCos project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

server_test dosn't work


I have now a i82559 ethernet card and use redboot on a floppy.
This works fine but. Also I can upload an program with gdb and run it.

Now I want to run the "server_test" program from 
"packages/net/tcpip/current/tests":
First: shouldn't this line 
    local.sin_port = ntohs(7734);
be
    local.sin_port = htons(7734);
?
I tried both.
After loading and starting the program it gets its ip-address from a 
dhcp-server and I can ping this ecos station.
But I can't connect with a telnet client to the port 7734.

Any idea?

Roland


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]