Re: [RFC] net: picoping: try to make it asynchronious: fail

2014-06-02 Thread Sascha Hauer
On Fri, May 30, 2014 at 01:14:08PM +0400, Antony Pavlov wrote: Picotcp tends to work in an asynchronious way. E.g. for ping we have to use pico_icmp4_ping() (to start ping task) and the special icmp4 handler (callback function) cb_ping(). But the ping command in barebox works in very

[RFC] net: picoping: try to make it asynchronious: fail

2014-05-30 Thread Antony Pavlov
Picotcp tends to work in an asynchronious way. E.g. for ping we have to use pico_icmp4_ping() (to start ping task) and the special icmp4 handler (callback function) cb_ping(). But the ping command in barebox works in very simple way: * user types 'ping IP' in the barebox shell command line;