Skip to content

Conversation

@benpicco
Copy link
Contributor

@benpicco benpicco commented Feb 9, 2014

Currently ICMPv6 echo messages are rather useless as it's impossible to determine whether a reply was received without debug output turned on.
This allows to register a function as an ICMPv6 echo reply handler that gets called whenever an echo reply has been received.

Currently ICMPv6 echo messages are rather useless as it's impossible to determine whether a reply was received without debug output turned on.
This allows to register a function as a ICMPv6 echo reply handler that gets called whenever a echo reply has been received.
@miri64
Copy link
Member

miri64 commented Feb 9, 2014

I would vote for a thread based implementation, as seen in ip and lowpan, since this is the "RIOT way"

@benpicco
Copy link
Contributor Author

You are probably right, but I dislike the overhead of having a thread dedicated to ping replies :\

@miri64
Copy link
Member

miri64 commented Feb 10, 2014

I was thinking more of a general ICMPv6 thread or to include it into the IPv6 thread and return special flags for ICMP packets.

@OlegHahm
Copy link
Member

I agree with @authmillenon.

@mehlis
Copy link
Contributor

mehlis commented Feb 24, 2014

as discussed in dev meeting: a better solution will come after #644

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants