Compare commits
4 Commits
v0.0.45-mu
...
v0.0.49-mu
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
b232a101d2 | ||
|
|
a01dc81500 | ||
|
|
1db628d84a | ||
|
|
f11cd34dc4 |
2
mud
2
mud
Submodule mud updated: 4499b841f4...5c77233093
@@ -386,7 +386,7 @@ int main (int argc, char **argv)
|
|||||||
.tv_usec = 100000,
|
.tv_usec = 100000,
|
||||||
};
|
};
|
||||||
|
|
||||||
if (mud_can_push(mud))
|
if (mud_can_push(mud) || send_size)
|
||||||
timeout.tv_usec = 1000;
|
timeout.tv_usec = 1000;
|
||||||
|
|
||||||
if _0_(select(mud_fd+1, &rfds, NULL, NULL, &timeout)==-1) {
|
if _0_(select(mud_fd+1, &rfds, NULL, NULL, &timeout)==-1) {
|
||||||
|
|||||||
Reference in New Issue
Block a user