commit | 994b254e006f14e7508aac43c773fe2e34a5167e | [log] [tgz] |
---|---|---|
author | Elliott Hughes <enh@google.com> | Thu Nov 05 13:50:06 2009 -0800 |
committer | Elliott Hughes <enh@google.com> | Thu Nov 05 14:11:58 2009 -0800 |
tree | 0b9bae8d7640b8e81ecd7aa704f16422497bf5b9 | |
parent | fb93b7be919b5dbdb646a3b2c14ceed671bf7401 [diff] |
More OSNetworkSystem cleanup. Handle select(2) errors by throwing exceptions from native code (which is simpler and provides more useful detail messages). Factor out exception throwing commonality. This is probably ready for JNIHelp.h now. Remove sockSelect. Simplify selectWait by observing that it's only ever called with a "read" fdset. Remove a little more SOCKERR_* cruft. Remove a few unused #defines.