Skip to content
Snippets Groups Projects
Commit 6278271a authored by Nadav Har'El's avatar Nadav Har'El
Browse files

Move two todo/* files to bug tracker

parent e0355a8e
No related branches found
No related tags found
No related merge requests found
In Shrew.java, I used
connection.getInetAddress().getHostName()
(commented out in the current code)
And it waits for 5 seconds and times out (returning the IP address string).
What does it do in these 5 seconds? Do we have the proper resolver code?
Do we need to configure the resolver? If not configured, why does it not
give up immediately instead of waiting 5 seconds? If we configure it
properly, will it work?
Avoiding unnecessary FPU state saving
=====================================
2. Even if we don't need to save the whole fpu state on !preempt, we probably
need to save the fcw and mxcsr.
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment