diff --git a/static/js/index.js b/static/js/index.js index 983a25d..ddcc8f7 100644 --- a/static/js/index.js +++ b/static/js/index.js @@ -194,7 +194,7 @@ function getPacketColor(packetType){ color = 'black'; break; case 'PONG-RST': - color = 'silver' + color = 'aqua' } return color; } diff --git a/templates/temp_index.html b/templates/temp_index.html index 6aa9d9a..d240c4e 100644 --- a/templates/temp_index.html +++ b/templates/temp_index.html @@ -200,7 +200,7 @@

This is a simulation project, implem
  • Ack Packets
  • Ping Packets
  • Pong Packets
  • -
  • Pong-Rst Packets
  • +
  • Pong-Rst Packets