This is the mail archive of the ecos-discuss@sourceware.org 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]

Re: DHCP problems


Found the problem. Between eCos 1 & 2 the priorities of the network
fast & stack changed. I had a task running (prio 6) waiting for the init thread (prio 1)
to finish that was higher than the network(prio 6 & 7).


Steve

I tried the latest version of eCos and DHCP still does not work. Here are some observations. I put prints in udp_usrreg.c for rec a bcast and discarding it. When DHCP runs there are no bcast msgs. After DHCP runs and the net_init is done, there are many bcast msgs and all are dropped (I have no sockets using bcast in the app). It seems that the bring_up_half does not bring up the rec, at least for bcast.


--
Before posting, please read the FAQ: http://ecos.sourceware.org/fom/ecos
and search the list archive: http://ecos.sourceware.org/ml/ecos-discuss


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