diff --git a/src/input/ipaccess.c b/src/input/ipaccess.c index ea7f847c2..ad32259f9 100644 --- a/src/input/ipaccess.c +++ b/src/input/ipaccess.c @@ -365,7 +365,6 @@ static int handle_ts1_write(struct bsc_fd *bfd) ret = send(bfd->fd, msg->data, msg->len, 0); msgb_free(msg); - usleep(100000); return ret; }