session.go (3 lines): - line 206: // TODO fix this, we need to decide where to close this, inside this - line 273: // TODO: Since we already take lock, atomic is not needed. Fix this later. - line 331: // TODO: Assuming max ethr message size as 16K sent over gob. client.go (2 lines): - line 344: // TODO temp code, fix it better, this is to allow server to do - line 416: // TODO: Override NumThreads for now, fix it later to support parallel ethr.go (1 line): - line 213: // TODO: Evaluate in future, if we need to support > 1 byte packets for serverui.go (1 line): - line 259: // TODO: Log the network adapter stats in file as well. server.go (1 line): - line 256: // more threads than NumCPU(). TODO: Evaluate this in future.