# HG changeset patch # User Tatsuki IHA # Date 1452064585 -32400 # Node ID 7fe5493d2ffbf4429a4f0e2a2c42ba11a28eccca # Parent e982f42632babf7e312356c940f1041c8201a013 Update WAN section diff -r e982f42632ba -r 7fe5493d2ffb presen/prosym.md --- a/presen/prosym.md Wed Jan 06 16:01:45 2016 +0900 +++ b/presen/prosym.md Wed Jan 06 16:16:25 2016 +0900 @@ -160,9 +160,17 @@ message # WANへの対応 -- +- NATを超えたネットワークからの接続は直接配信側の Root Node に 接続を行うことで実現する +- この接続を Direct Connection と呼ぶ +- Direct Connection した Node はそのネットワークの Root Node になり、そのネットワークの他の Node は Root Node に接続を行い木構造を作る +- 配信側の Root Node は Direct Connection で接続された Root Node に対して 画像データ (Framebuffer) を送信する +- 画像データを受け取った Root Node は 接続されている子 Node に対して画像データを送信する message # TreeVNCの評価 +- 木の深さによる画像データの遅延を調べる +- 実験環境 + - 実際に講義を受講している学生が TreeVNC を使用 + - 約20名の接続 # まとめ