winlin

add TODO for complex handshake

@@ -173,6 +173,7 @@ int SrsRtmp::handshake() @@ -173,6 +173,7 @@ int SrsRtmp::handshake()
173 ssize_t nsize; 173 ssize_t nsize;
174 SrsSocket skt(stfd); 174 SrsSocket skt(stfd);
175 175
  176 + // TODO: complex handshake for h264 codec.
176 char* c0c1 = new char[1537]; 177 char* c0c1 = new char[1537];
177 SrsAutoFree(char, c0c1, true); 178 SrsAutoFree(char, c0c1, true);
178 if ((ret = skt.read_fully(c0c1, 1537, &nsize)) != ERROR_SUCCESS) { 179 if ((ret = skt.read_fully(c0c1, 1537, &nsize)) != ERROR_SUCCESS) {