mirror of
https://github.com/mfontanini/libtins
synced 2026-01-29 04:54:28 +01:00
Implement IPv6::recv_response
This commit is contained in:
@@ -108,6 +108,7 @@ PacketSender::PacketSender(const NetworkInterface& iface,
|
||||
types_[IP_RAW_SOCKET] = IPPROTO_RAW;
|
||||
types_[IPV6_SOCKET] = IPPROTO_RAW;
|
||||
types_[ICMP_SOCKET] = IPPROTO_ICMP;
|
||||
types_[ICMPV6_SOCKET] = IPPROTO_ICMPV6;
|
||||
}
|
||||
|
||||
PacketSender::~PacketSender() {
|
||||
|
||||
Reference in New Issue
Block a user