Added the new paper targetting INFOCOM to the docs.
[quix0rs-apt-p2p.git] / docs / paper / AptP2PWalker-peers.eps
1 %!PS-Adobe-2.0 EPSF-1.2
2 %%Creator: MATLAB, The Mathworks, Inc. Version 7.6.0.324 (R2008a). Operating System: Linux 2.6.18.8-0.10-default #1 SMP Wed Jun 4 15:46:34 UTC 2008 i686.
3 %%Title: /cs/grad1/camerond/school/matlab/cache/AptP2PWalker-peers.20080815T153554.eps
4 %%CreationDate: 08/15/2008  15:36:25
5 %%DocumentNeededFonts: Helvetica
6 %%DocumentProcessColors: Cyan Magenta Yellow Black
7 %%Extensions: CMYK
8 %%Pages: 1
9 %%BoundingBox:    60   196   555   591
10 %%EndComments
11
12 %%BeginProlog
13 % MathWorks dictionary
14 /MathWorks 160 dict begin
15 % definition operators
16 /bdef {bind def} bind def
17 /ldef {load def} bind def
18 /xdef {exch def} bdef
19 /xstore {exch store} bdef
20 % operator abbreviations
21 /c  /clip ldef
22 /cc /concat ldef
23 /cp /closepath ldef
24 /gr /grestore ldef
25 /gs /gsave ldef
26 /mt /moveto ldef
27 /np /newpath ldef
28 /cm /currentmatrix ldef
29 /sm /setmatrix ldef
30 /rm /rmoveto ldef
31 /rl /rlineto ldef
32 /s {show newpath} bdef
33 /sc {setcmykcolor} bdef
34 /sr /setrgbcolor ldef
35 /sg /setgray ldef
36 /w /setlinewidth ldef
37 /j /setlinejoin ldef
38 /cap /setlinecap ldef
39 /rc {rectclip} bdef
40 /rf {rectfill} bdef
41 % page state control
42 /pgsv () def
43 /bpage {/pgsv save def} bdef
44 /epage {pgsv restore} bdef
45 /bplot /gsave ldef
46 /eplot {stroke grestore} bdef
47 % orientation switch
48 /portraitMode 0 def /landscapeMode 1 def /rotateMode 2 def
49 % coordinate system mappings
50 /dpi2point 0 def
51 % font control
52 /FontSize 0 def
53 /FMS {/FontSize xstore findfont [FontSize 0 0 FontSize neg 0 0]
54   makefont setfont} bdef
55 /reencode {exch dup where {pop load} {pop StandardEncoding} ifelse
56   exch dup 3 1 roll findfont dup length dict begin
57   { 1 index /FID ne {def}{pop pop} ifelse } forall
58   /Encoding exch def currentdict end definefont pop} bdef
59 /isroman {findfont /CharStrings get /Agrave known} bdef
60 /FMSR {3 1 roll 1 index dup isroman {reencode} {pop pop} ifelse
61   exch FMS} bdef
62 /csm {1 dpi2point div -1 dpi2point div scale neg translate
63  dup landscapeMode eq {pop -90 rotate}
64   {rotateMode eq {90 rotate} if} ifelse} bdef
65 % line types: solid, dotted, dashed, dotdash
66 /SO { [] 0 setdash } bdef
67 /DO { [.5 dpi2point mul 4 dpi2point mul] 0 setdash } bdef
68 /DA { [6 dpi2point mul] 0 setdash } bdef
69 /DD { [.5 dpi2point mul 4 dpi2point mul 6 dpi2point mul 4
70   dpi2point mul] 0 setdash } bdef
71 % macros for lines and objects
72 /L {lineto stroke} bdef
73 /MP {3 1 roll moveto 1 sub {rlineto} repeat} bdef
74 /AP {{rlineto} repeat} bdef
75 /PDlw -1 def
76 /W {/PDlw currentlinewidth def setlinewidth} def
77 /PP {closepath eofill} bdef
78 /DP {closepath stroke} bdef
79 /MR {4 -2 roll moveto dup  0 exch rlineto exch 0 rlineto
80   neg 0 exch rlineto closepath} bdef
81 /FR {MR stroke} bdef
82 /PR {MR fill} bdef
83 /L1i {{currentfile picstr readhexstring pop} image} bdef
84 /tMatrix matrix def
85 /MakeOval {newpath tMatrix currentmatrix pop translate scale
86 0 0 1 0 360 arc tMatrix setmatrix} bdef
87 /FO {MakeOval stroke} bdef
88 /PO {MakeOval fill} bdef
89 /PD {currentlinewidth 2 div 0 360 arc fill
90    PDlw -1 eq not {PDlw w /PDlw -1 def} if} def
91 /FA {newpath tMatrix currentmatrix pop translate scale
92   0 0 1 5 -2 roll arc tMatrix setmatrix stroke} bdef
93 /PA {newpath tMatrix currentmatrix pop  translate 0 0 moveto scale
94   0 0 1 5 -2 roll arc closepath tMatrix setmatrix fill} bdef
95 /FAn {newpath tMatrix currentmatrix pop translate scale
96   0 0 1 5 -2 roll arcn tMatrix setmatrix stroke} bdef
97 /PAn {newpath tMatrix currentmatrix pop translate 0 0 moveto scale
98   0 0 1 5 -2 roll arcn closepath tMatrix setmatrix fill} bdef
99 /vradius 0 def /hradius 0 def /lry 0 def
100 /lrx 0 def /uly 0 def /ulx 0 def /rad 0 def
101 /MRR {/vradius xdef /hradius xdef /lry xdef /lrx xdef /uly xdef
102   /ulx xdef newpath tMatrix currentmatrix pop ulx hradius add uly
103   vradius add translate hradius vradius scale 0 0 1 180 270 arc 
104   tMatrix setmatrix lrx hradius sub uly vradius add translate
105   hradius vradius scale 0 0 1 270 360 arc tMatrix setmatrix
106   lrx hradius sub lry vradius sub translate hradius vradius scale
107   0 0 1 0 90 arc tMatrix setmatrix ulx hradius add lry vradius sub
108   translate hradius vradius scale 0 0 1 90 180 arc tMatrix setmatrix
109   closepath} bdef
110 /FRR {MRR stroke } bdef
111 /PRR {MRR fill } bdef
112 /MlrRR {/lry xdef /lrx xdef /uly xdef /ulx xdef /rad lry uly sub 2 div def
113   newpath tMatrix currentmatrix pop ulx rad add uly rad add translate
114   rad rad scale 0 0 1 90 270 arc tMatrix setmatrix lrx rad sub lry rad
115   sub translate rad rad scale 0 0 1 270 90 arc tMatrix setmatrix
116   closepath} bdef
117 /FlrRR {MlrRR stroke } bdef
118 /PlrRR {MlrRR fill } bdef
119 /MtbRR {/lry xdef /lrx xdef /uly xdef /ulx xdef /rad lrx ulx sub 2 div def
120   newpath tMatrix currentmatrix pop ulx rad add uly rad add translate
121   rad rad scale 0 0 1 180 360 arc tMatrix setmatrix lrx rad sub lry rad
122   sub translate rad rad scale 0 0 1 0 180 arc tMatrix setmatrix
123   closepath} bdef
124 /FtbRR {MtbRR stroke } bdef
125 /PtbRR {MtbRR fill } bdef
126 /stri 6 array def /dtri 6 array def
127 /smat 6 array def /dmat 6 array def
128 /tmat1 6 array def /tmat2 6 array def /dif 3 array def
129 /asub {/ind2 exch def /ind1 exch def dup dup
130   ind1 get exch ind2 get sub exch } bdef
131 /tri_to_matrix {
132   2 0 asub 3 1 asub 4 0 asub 5 1 asub
133   dup 0 get exch 1 get 7 -1 roll astore } bdef
134 /compute_transform {
135   dmat dtri tri_to_matrix tmat1 invertmatrix 
136   smat stri tri_to_matrix tmat2 concatmatrix } bdef
137 /ds {stri astore pop} bdef
138 /dt {dtri astore pop} bdef
139 /db {2 copy /cols xdef /rows xdef mul dup 3 mul string
140   currentfile exch readhexstring pop
141   dup 0 3 index getinterval /rbmap xdef
142   dup 2 index dup getinterval /gbmap xdef
143   1 index dup 2 mul exch getinterval /bbmap xdef pop pop}bdef
144 /it {gs np dtri aload pop moveto lineto lineto cp c
145   cols rows 8 compute_transform 
146   rbmap gbmap bbmap true 3 colorimage gr}bdef
147 /il {newpath moveto lineto stroke}bdef
148 currentdict end def
149 %%EndProlog
150
151 %%BeginSetup
152 MathWorks begin
153
154 0 cap
155
156 end
157 %%EndSetup
158
159 %%Page: 1 1
160 %%BeginPageSetup
161 %%PageBoundingBox:    60   196   555   591
162 MathWorks begin
163 bpage
164 %%EndPageSetup
165
166 %%BeginObject: obj1
167 bplot
168
169 /dpi2point 12 def
170 portraitMode 0216 7344 csm
171
172   513   247  5941  4743 MR c np
173 76 dict begin %Colortable dictionary
174 /c0 { 0.000000 0.000000 0.000000 sr} bdef
175 /c1 { 1.000000 1.000000 1.000000 sr} bdef
176 /c2 { 0.900000 0.000000 0.000000 sr} bdef
177 /c3 { 0.000000 0.820000 0.000000 sr} bdef
178 /c4 { 0.000000 0.000000 0.800000 sr} bdef
179 /c5 { 0.910000 0.820000 0.320000 sr} bdef
180 /c6 { 1.000000 0.260000 0.820000 sr} bdef
181 /c7 { 0.000000 0.820000 0.820000 sr} bdef
182 c0
183 1 j
184 1 sg
185    0    0 6913 5186 PR
186 6 w
187 0 4226 5356 0 0 -4226 899 4615 4 MP
188 PP
189 -5356 0 0 4226 5356 0 0 -4226 899 4615 5 MP stroke
190 4 w
191 DO
192 SO
193 6 w
194 0 sg
195  899 4615 mt 6255 4615 L
196  899  389 mt 6255  389 L
197  899 4615 mt  899  389 L
198 6255 4615 mt 6255  389 L
199  899 4615 mt 6255 4615 L
200  899 4615 mt  899  389 L
201  899 4615 mt  899 4561 L
202  899  389 mt  899  442 L
203 %%IncludeResource: font Helvetica
204 /Helvetica /ISOLatin1Encoding 120 FMSR
205
206  749 4760 mt 
207 (06/22) s
208 1568 4615 mt 1568 4561 L
209 1568  389 mt 1568  442 L
210 1418 4760 mt 
211 (06/29) s
212 2238 4615 mt 2238 4561 L
213 2238  389 mt 2238  442 L
214 2088 4760 mt 
215 (07/06) s
216 2907 4615 mt 2907 4561 L
217 2907  389 mt 2907  442 L
218 2757 4760 mt 
219 (07/13) s
220 3577 4615 mt 3577 4561 L
221 3577  389 mt 3577  442 L
222 3427 4760 mt 
223 (07/20) s
224 4246 4615 mt 4246 4561 L
225 4246  389 mt 4246  442 L
226 4096 4760 mt 
227 (07/27) s
228 4916 4615 mt 4916 4561 L
229 4916  389 mt 4916  442 L
230 4766 4760 mt 
231 (08/03) s
232 5585 4615 mt 5585 4561 L
233 5585  389 mt 5585  442 L
234 5435 4760 mt 
235 (08/10) s
236 6255 4615 mt 6255 4561 L
237 6255  389 mt 6255  442 L
238 6105 4760 mt 
239 (08/17) s
240  899 4615 mt  952 4615 L
241 6255 4615 mt 6201 4615 L
242  798 4659 mt 
243 (0) s
244  899 4011 mt  952 4011 L
245 6255 4011 mt 6201 4011 L
246  731 4055 mt 
247 (10) s
248  899 3407 mt  952 3407 L
249 6255 3407 mt 6201 3407 L
250  731 3451 mt 
251 (20) s
252  899 2803 mt  952 2803 L
253 6255 2803 mt 6201 2803 L
254  731 2847 mt 
255 (30) s
256  899 2200 mt  952 2200 L
257 6255 2200 mt 6201 2200 L
258  731 2244 mt 
259 (40) s
260  899 1596 mt  952 1596 L
261 6255 1596 mt 6201 1596 L
262  731 1640 mt 
263 (50) s
264  899  992 mt  952  992 L
265 6255  992 mt 6201  992 L
266  731 1036 mt 
267 (60) s
268  899  389 mt  952  389 L
269 6255  389 mt 6201  389 L
270  731  433 mt 
271 (70) s
272  899 4615 mt 6255 4615 L
273  899  389 mt 6255  389 L
274  899 4615 mt  899  389 L
275 6255 4615 mt 6255  389 L
276 gs 899 389 5357 4227 MR c np
277 14 121 14 120 13 -241 14 -181 14 -363 14 665 13 120 14 -302 
278 14 -120 14 302 13 120 14 -362 14 423 13 0 14 120 14 242 
279 14 -483 13 181 14 -423 14 242 14 241 13 0 14 -120 14 -121 
280 14 60 13 -241 14 302 14 181 14 121 13 -121 14 -242 14 242 
281 14 -544 13 61 14 181 14 121 14 -61 13 181 14 -422 14 -362 
282 14 362 13 60 14 121 14 -121 14 -181 13 -121 14 -120 14 0 
283 14 301 13 0 14 61 14 -181 14 -121 13 -121 14 362 14 182 
284 14 181 13 -363 14 -301 14 60 14 -242 13 242 14 121 14 -61 
285 14 61 13 -242 14 181 14 -241 14 543 13 -60 14 -61 14 182 
286 14 -121 13 -61 14 -241 14 241 13 121 14 362 14 -60 14 -483 
287 13 181 14 -483 14 362 14 242 13 121 14 60 14 0 14 -241 
288 13 -121 14 60 14 181 14 -60 13 -60 14 -61 14 -302 14 181 
289 13 61 14 0 14 0 4750 1475 100 MP stroke
290 14 -121 13 181 14 -241 14 -121 14 302 13 241 14 -60 14 60 
291 14 -241 13 -302 14 0 14 302 14 0 13 -61 14 -60 14 0 
292 14 0 13 121 14 422 14 182 14 -302 13 -242 14 -121 14 0 
293 14 61 13 362 14 302 14 -60 14 -363 13 0 14 -181 14 242 
294 14 362 13 60 14 -422 14 -544 14 181 13 423 14 -60 14 -61 
295 13 -120 14 120 14 -60 14 60 13 -60 14 -121 14 61 14 0 
296 13 120 14 -60 14 0 14 60 13 -60 14 60 14 0 14 121 
297 13 -121 14 -181 14 -121 14 121 13 181 14 181 14 -120 14 60 
298 13 -423 14 -60 14 121 14 121 13 120 14 -181 14 -241 14 241 
299 13 -302 14 242 14 302 14 120 13 -181 14 -60 14 -60 14 -423 
300 13 664 14 302 14 0 14 302 13 -181 14 -363 14 -422 14 543 
301 13 -121 14 0 14 0 14 -120 13 -302 14 -362 14 241 14 302 
302 13 121 14 -61 14 -120 3389 1354 100 MP stroke
303 14 -121 13 -181 14 120 14 483 13 -120 14 -61 14 -422 14 120 
304 13 -60 14 302 14 0 14 60 13 -120 14 120 14 -241 14 -61 
305 13 182 14 0 14 60 14 -121 13 121 14 60 14 -543 14 906 
306 13 -363 14 61 14 -61 14 -60 13 0 14 -302 14 181 14 242 
307 13 -181 14 -61 14 -241 14 -61 13 -181 14 423 14 -121 14 0 
308 13 181 14 61 14 -242 14 -241 13 241 14 242 14 0 14 -302 
309 13 60 14 60 14 -181 14 242 13 302 14 0 14 120 14 -181 
310 13 61 14 -363 14 483 14 61 13 0 14 -121 14 0 13 -241 
311 14 -363 14 725 14 60 13 -121 14 -60 14 -60 14 0 13 -302 
312 14 604 14 60 14 60 13 -60 14 -181 14 -121 14 0 13 362 
313 14 0 14 -181 14 242 13 -423 14 -241 14 0 14 120 13 0 
314 14 0 14 0 14 0 13 -181 14 0 14 181 14 61 13 -121 
315 14 -60 14 -121 14 -242 2028 1717 100 MP stroke
316 13 -120 14 483 14 362 14 -242 13 -60 14 -181 14 -181 14 -302 
317 13 60 14 544 14 120 14 -181 13 0 14 -181 14 121 14 362 
318 13 -121 14 0 14 0 14 181 13 -422 14 241 14 181 14 0 
319 13 -301 14 60 14 -121 13 -241 14 181 14 241 14 -120 13 241 
320 14 0 14 -423 14 -241 13 181 14 302 14 0 14 60 13 0 
321 14 121 14 -181 14 302 13 60 14 -302 14 121 14 -181 13 -121 
322 14 -241 14 241 14 362 13 0 14 -241 14 -121 14 61 13 -121 
323 14 -121 14 362 14 181 13 -120 14 60 14 121 1176 992 63 MP stroke
324 DA
325 14 0 14 120 13 -181 14 -120 14 -182 14 544 13 0 14 -302 
326 14 0 14 302 13 120 14 -301 14 362 13 -61 14 61 14 121 
327 14 -182 13 182 14 -423 14 121 14 120 13 -120 14 -61 14 181 
328 14 121 13 -181 14 242 14 120 14 -120 13 -121 14 60 14 61 
329 14 -363 13 0 14 121 14 -121 14 -181 13 121 14 -121 14 -60 
330 14 0 13 0 14 241 14 0 14 -120 13 -121 14 241 14 -181 
331 14 121 13 -60 14 181 14 -121 14 -60 13 -121 14 302 14 60 
332 14 60 13 -120 14 -181 14 0 14 -61 13 121 14 0 14 -241 
333 14 120 13 -120 14 181 14 -302 14 422 13 -181 14 -302 14 182 
334 14 120 13 61 14 -181 14 241 13 -60 14 60 14 0 14 -60 
335 13 181 14 -362 14 181 14 -61 13 242 14 0 14 120 14 -120 
336 13 -61 14 -60 14 -60 14 -61 13 -181 14 181 14 -120 14 181 
337 13 -121 14 -181 14 0 4750 3105 100 MP stroke
338 14 60 13 242 14 -121 14 0 14 -121 13 61 14 120 14 181 
339 14 -120 13 -181 14 0 14 120 14 -181 13 61 14 -61 14 0 
340 14 -60 13 121 14 181 14 0 14 -61 13 -120 14 -61 14 181 
341 14 61 13 120 14 121 14 60 14 -241 13 121 14 -242 14 121 
342 14 241 13 0 14 -241 14 -604 14 242 13 483 14 60 14 -121 
343 13 -181 14 0 14 -120 14 60 13 0 14 121 14 -61 14 -60 
344 13 241 14 0 14 0 14 0 13 0 14 -60 14 -121 14 181 
345 13 61 14 -121 14 -121 14 121 13 121 14 -61 14 0 14 61 
346 13 -302 14 -60 14 181 14 -61 13 181 14 -181 14 -60 14 181 
347 13 -241 14 181 14 -61 14 121 13 0 14 0 14 0 14 -302 
348 13 61 14 362 14 0 14 120 13 -120 14 -61 14 -362 14 302 
349 13 -60 14 0 14 0 14 0 13 -181 14 -302 14 241 14 61 
350 13 181 14 -121 14 -121 3389 3045 100 MP stroke
351 14 121 13 -121 14 121 14 181 13 -121 14 0 14 -181 14 61 
352 13 -61 14 181 14 -60 14 0 13 -121 14 242 14 -121 14 -121 
353 13 121 14 -60 14 60 14 -121 13 242 14 0 14 -483 14 543 
354 13 -121 14 0 14 61 14 181 13 -181 14 -242 14 0 14 181 
355 13 -60 14 -121 14 -181 14 0 13 -121 14 302 14 -60 14 0 
356 13 60 14 181 14 -181 14 -181 13 302 14 60 14 121 14 -241 
357 13 120 14 61 14 -302 14 121 13 181 14 60 14 121 14 -61 
358 13 0 14 -422 14 422 14 0 13 0 14 -60 14 121 13 -362 
359 14 -242 14 483 14 0 13 -121 14 -120 14 181 14 0 13 -423 
360 14 483 14 0 14 121 13 60 14 -121 14 -60 14 -121 13 242 
361 14 60 14 -121 14 61 13 -181 14 -61 14 -120 14 120 13 -60 
362 14 60 14 -60 14 0 13 -60 14 0 14 181 14 -61 13 -60 
363 14 121 14 60 14 -302 2028 3045 100 MP stroke
364 13 -181 14 181 14 242 14 -242 13 61 14 0 14 -121 14 -362 
365 13 120 14 242 14 121 14 -121 13 121 14 -182 14 121 14 242 
366 13 -242 14 0 14 0 14 181 13 -241 14 121 14 241 14 -121 
367 13 -120 14 -61 14 121 13 -242 14 0 14 242 14 -121 13 0 
368 14 61 14 -302 14 0 13 -121 14 302 14 -181 14 0 13 181 
369 14 181 14 0 14 60 13 -60 14 -60 14 120 14 -120 13 0 
370 14 -121 14 0 14 60 13 0 14 181 14 -120 14 120 13 -120 
371 14 -61 14 121 14 -121 13 -60 14 241 14 0 1176 2864 63 MP stroke
372 gr
373
374 DA
375 3209 4903 mt 
376 (Date \(mm/dd\)) s
377  649 2953 mt  -90 rotate
378 (Number of Peers) s
379 90 rotate
380  882 4658 mt 
381 ( ) s
382 6239  431 mt 
383 ( ) s
384 SO
385 1 sg
386 0 334 1239 0 0 -334 4957 783 4 MP
387 PP
388 -1239 0 0 334 1239 0 0 -334 4957 783 5 MP stroke
389 4 w
390 DO
391 SO
392 6 w
393 0 sg
394 4957  783 mt 6196  783 L
395 4957  449 mt 6196  449 L
396 4957  783 mt 4957  449 L
397 6196  783 mt 6196  449 L
398 4957  783 mt 6196  783 L
399 4957  783 mt 4957  449 L
400 4957  783 mt 6196  783 L
401 4957  449 mt 6196  449 L
402 4957  783 mt 4957  449 L
403 6196  783 mt 6196  449 L
404 5418  584 mt 
405 (All Peers) s
406 gs 4957 449 1240 335 MR c np
407 354 0 5027 542 2 MP stroke
408 gr
409
410 5418  733 mt 
411 (NATted Peers) s
412 gs 4957 449 1240 335 MR c np
413 DA
414 354 0 5027 689 2 MP stroke
415 SO
416 gr
417
418
419 end %%Color Dict
420
421 eplot
422 %%EndObject
423
424 epage
425 end
426
427 showpage
428
429 %%Trailer
430 %%EOF