Compare commits

...

2 Commits

Author SHA1 Message Date
Emil Mikulic 64b03a032e open_sockets.py: remove unused import. 2022-11-23 11:18:39 +11:00
Emil Mikulic b5702b4f20 Bump version past release. 2022-11-23 11:17:50 +11:00
2 changed files with 2 additions and 2 deletions

View File

@ -18,7 +18,7 @@
*/
static const char
pkgname[] = "darkhttpd/1.14",
pkgname[] = "darkhttpd/1.14.from.git",
copyright[] = "copyright (c) 2003-2022 Emil Mikulic";
/* Possible build options: -DDEBUG -DNO_IPV6 */

View File

@ -1,6 +1,6 @@
#!/usr/bin/env python3
# Opens sockets until they run out.
import sys, socket
import socket
from time import time
def main():