I think there's a problem in your import_gen.d
Your export looks ok, its sending alive messages every 30 seconds and is
expecting to receive alive messages every 150 seconds. But your import
is sending alive message every 150 seconds and expecting to receive
them every 30 seconds. Switch that to sending every 30 and receiving
every 150.
in import_gen.d change to this
MyAliveInt 30
SenderHeartRate 150
The idea is that a module always sends at least 3 or 4 times more often than
the other end is expecting to receive so that you can drop one or two without
killing the connection.
Mitch
Center for Earthquake Research and Information (CERI)
University of Memphis Ph:
901-678-4940
Memphis, TN 38152 Fax:
901-678-4734
> --
> --
> You received this message because you are subscribed to the Google
> Groups "Earthworm Community Forum" group.
>
> To post to this group, send an email to
earthwo...@googlegroups.com
>
> To unsubscribe from this group, send an email to
>
earthworm_for...@googlegroups.com
>
> For more options, visit this group at
>
http://groups.google.com/group/earthworm_forum?hl=en
>
> ---
> You received this message because you are subscribed to the Google Groups "Earthworm Community Forum" group.
> To unsubscribe from this group and stop receiving emails from it, send an email to
earthworm_for...@googlegroups.com.
> For more options, visit
https://groups.google.com/groups/opt_out.
>