diff options
Diffstat (limited to '')
-rw-r--r-- | libaxl_connect_without_handshake.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libaxl_connect_without_handshake.c b/libaxl_connect_without_handshake.c index 5a4d1d8..ca4fbed 100644 --- a/libaxl_connect_without_handshake.c +++ b/libaxl_connect_without_handshake.c @@ -7,7 +7,7 @@ connect_tcp_ip(const char *host, int display) uint16_t port = libaxl_get_tcp_port(display); int fd; - abort(); /* TODO */ + abort(); /* XXX */ setsockopt(fd, IPPROTO_TCP, TCP_NODELAY, &(int){1}, sizeof(int)); setsockopt(fd, SOL_SOCKET, SO_KEEPALIVE, &(int){1}, sizeof(int)); |