mirror of
https://github.com/tio/tio.git
synced 2026-05-01 14:57:59 +02:00
Print socket info at startup
This commit is contained in:
parent
7096bc3a96
commit
b0b0856a8b
2 changed files with 5 additions and 3 deletions
|
|
@ -92,6 +92,8 @@ void socket_configure(void)
|
|||
|
||||
memset(clientfds, -1, sizeof(clientfds));
|
||||
atexit(socket_exit);
|
||||
|
||||
tio_printf("Listening on socket %s", socket_filename());
|
||||
}
|
||||
|
||||
void socket_write(char input_char)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue