reduce usleep time for RSL to 10ms

This commit is contained in:
Harald Welte 2008-12-27 11:24:23 +00:00
parent 231ad4f9c1
commit b275042cd0
1 changed files with 1 additions and 1 deletions

View File

@ -239,7 +239,7 @@ static int handle_ts1_write(struct bsc_fd *bfd)
(struct sockaddr *)&e1h->l2addr,
sizeof(e1h->l2addr));
msgb_free(msg);
usleep(100000);
usleep(10000);
//sleep(1);
}