X-Git-Url: http://plrg.eecs.uci.edu/git/?p=pingpong.git;a=blobdiff_plain;f=Code%2FProjects%2FSmartPlugDetector%2Fsrc%2Fmain%2Fjava%2Fedu%2Fuci%2Fiotproject%2FConversation.java;h=490dc4f53264ee40f9b3e7c3d995d9482902cbd0;hp=a998c171a659f3bef5daa82120effd493284cbab;hb=5658838a0bd81dec0efe635c4bb945936df81c58;hpb=ea9e942e81891808d27fdd01ab2557405eb2a028 diff --git a/Code/Projects/SmartPlugDetector/src/main/java/edu/uci/iotproject/Conversation.java b/Code/Projects/SmartPlugDetector/src/main/java/edu/uci/iotproject/Conversation.java index a998c17..490dc4f 100644 --- a/Code/Projects/SmartPlugDetector/src/main/java/edu/uci/iotproject/Conversation.java +++ b/Code/Projects/SmartPlugDetector/src/main/java/edu/uci/iotproject/Conversation.java @@ -484,7 +484,7 @@ public class Conversation { * 08/31/18: Added unconvetional TLS ports used by WeMo plugs and LiFX bulb. * 09/20/18: Moved hardcoded ports to other class to allow other classes to query the set of TLS ports. */ - return TcpConversationUtils.isTlsPort(mServerPort) || TcpConversationUtils.isTlsPort(mClientPort); + return TcpConversationUtils.isTlsPort(mServerPort); } /**