Set SO_TIMESTAMP correctly for the various platforms

This commit is contained in:
Andreas Wrede
2026-04-10 11:19:47 -04:00
parent 9eedbafe97
commit 3426185383
3 changed files with 18 additions and 7 deletions
+1 -1
View File
@@ -9,7 +9,7 @@
"type": "debugpy",
"request": "launch",
"module": "hbd.server.cli",
"args": ["-c", "~/.hb.yaml", "-f", "-v", "-x"],
"args": ["-c", "~/.hb.yaml", "-f", "-v"],
"cwd": "${workspaceFolder}",
"env": {
"PYTHONPATH": "${workspaceFolder}"