(addr)
| 1438 | } |
| 1439 | |
| 1440 | _read(addr) { |
| 1441 | const buf = this.rw_buf; |
| 1442 | buf.write64(0, addr); |
| 1443 | buf.fill(0, 8); |
| 1444 | ssockopt(this.main_sd, IPPROTO_IPV6, IPV6_PKTINFO, buf); |
| 1445 | gsockopt(this.worker_sd, IPPROTO_IPV6, IPV6_PKTINFO, buf); |
| 1446 | } |
| 1447 | |
| 1448 | read32(addr) { |
| 1449 | this._read(addr); |