mirror of
https://gitlab.isc.org/isc-projects/kea
synced 2025-08-30 13:37:55 +00:00
parent
aa15c5af6e
commit
03f21bde7b
@ -192,7 +192,7 @@ PktFilterLPF::openSocket(Iface& iface,
|
||||
int enable = 1;
|
||||
if (setsockopt(sock, SOL_SOCKET, SO_TIMESTAMP, &enable, sizeof(enable))) {
|
||||
const char* errmsg = strerror(errno);
|
||||
isc_throw(SocketConfigError, "Can not enable SO_TIMESTAMP for " << addr.toText()
|
||||
isc_throw(SocketConfigError, "Could not enable SO_TIMESTAMP for " << addr.toText()
|
||||
<< ", error: " << errmsg);
|
||||
}
|
||||
#endif
|
||||
|
Loading…
x
Reference in New Issue
Block a user