MorphOS Developer
Posts: 3214 from 2003/3/5
From: Canada
Quote:
igracki wrote:
should I have to wait for network to be online on first startup?
What would be the way for this?
You can setup an exec.library notification for Library list changes and wait for bsdsocket.library to show up before doing any networking. You may still have to repeat a request attempts several times since the availability of bsdsocket does not guarantee that network is configured.