function anonymous(t0,t1,d1,t2,t3,d3 ) { return function writeHandshakeRequest(t, v) { t0._write(t, v.clientHash); var v1 = v.clientProtocol; if (v1 === undefined) { t.writeBinary(d1, 1); } else { t1._write(t, v1); } t2._write(t, v.serverHash); var v3 = v.meta; if (v3 === undefined) { t.writeBinary(d3, 1); } else { t3._write(t, v3); } } }