|
@@ -119,8 +119,6 @@ func (o Oftp) Call() error {
|
|
|
|
|
|
|
|
fmt.Printf("Received SSRM (%d)\n", readCnt)
|
|
fmt.Printf("Received SSRM (%d)\n", readCnt)
|
|
|
|
|
|
|
|
- fmt.Printf("%x\n", o.LocalSSID())
|
|
|
|
|
-
|
|
|
|
|
// 3. Send SSID
|
|
// 3. Send SSID
|
|
|
conn.SetWriteDeadline(time.Now().Add(time.Duration(o.NetworkTimeout) * time.Second))
|
|
conn.SetWriteDeadline(time.Now().Add(time.Duration(o.NetworkTimeout) * time.Second))
|
|
|
writtenCnt, err := conn.Write(o.LocalSSID())
|
|
writtenCnt, err := conn.Write(o.LocalSSID())
|