droe / sslsplit

Transparent SSL/TLS interception
https://www.roe.ch/SSLsplit
BSD 2-Clause "Simplified" License
1.73k stars 327 forks source link

use clock_gettime instead of gettimeofday #330

Closed disaykin closed 2 days ago

disaykin commented 11 months ago

POSIX.1-2008 marks gettimeofday() as obsolete, recommending the use of clock_gettime(2) instead.

disaykin commented 2 days ago

@sonertari can you merge this PR?

sonertari commented 2 days ago

Oops, thanks