diff options
author | Andrew Gallant (Ocelot) <Andrew.Gallant@tufts.edu> | 2012-05-26 18:22:25 -0400 |
---|---|---|
committer | Andrew Gallant (Ocelot) <Andrew.Gallant@tufts.edu> | 2012-05-26 18:22:25 -0400 |
commit | 58bb2572c5d1e88689aa1b30dc55b702acf57f4f (patch) | |
tree | 74bdc8f14b92eae6d17261427e5717f5e9060122 /nexgb/doc.go | |
parent | acb84171e55d46dc1a5b9cc10b2bff53c2d2846b (diff) | |
download | haven-58bb2572c5d1e88689aa1b30dc55b702acf57f4f.tar.gz haven-58bb2572c5d1e88689aa1b30dc55b702acf57f4f.tar.xz haven-58bb2572c5d1e88689aa1b30dc55b702acf57f4f.zip |
Doc touchups.
Diffstat (limited to 'nexgb/doc.go')
-rw-r--r-- | nexgb/doc.go | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/nexgb/doc.go b/nexgb/doc.go index 9a9531c..a5bb6fe 100644 --- a/nexgb/doc.go +++ b/nexgb/doc.go @@ -107,16 +107,16 @@ can be found in examples/xinerama. Parallelism XGB can benefit greatly from parallelism due to its concurrent design. For -evidence of this claim, please see the benchmarks in xgb_test.go. +evidence of this claim, please see the benchmarks in xproto/xproto_test.go. Tests -xgb_test.go contains a number of contrived tests that stress particular corners -of XGB that I presume could be problem areas. Namely: requests with no replies, -requests with replies, checked errors, unchecked errors, sequence number -wrapping, cookie buffer flushing (i.e., forcing a round trip every N requests -made that don't have a reply), getting/setting properties and creating a window -and listening to StructureNotify events. +xproto/xproto_test.go contains a number of contrived tests that stress +particular corners of XGB that I presume could be problem areas. Namely: +requests with no replies, requests with replies, checked errors, unchecked +errors, sequence number wrapping, cookie buffer flushing (i.e., forcing a round +trip every N requests made that don't have a reply), getting/setting properties +and creating a window and listening to StructureNotify events. Code Generator |