abalashov left a comment (kamailio/kamailio#4603)
By the way, no, unfortunately there is no `write()` timeout in this case,
because the client sockets are blocking. Here's the situation in the EVAPI
dispatcher process:
```
# kamcmd ps
1 main process - attendant
8 udp receiver child=0 sock=172.18.0.2:5060
9 slow timer
10 timer
11 secondary timer
12 EvAPI Dispatcher
13 EvAPI Worker
14 ctl handler
15 tcp main process
root@sip-proxy:/etc/kamailio# strace -p 12
strace: Process 12 attached
write(10, "8192:su2ko6aibeit2Iesaijae9Aiy5a"..., 8198 [nothing, stalled]
```
And the same occurs in the SIP worker:
```
root@sip-proxy:/etc/kamailio# strace -p 8
strace: Process 8 attached
write(8, "\240\22\370\267\377\377\0\0", 8^Cstrace: Process 8 detached
<detached ...>
```
I assume from the 8 byte length that this is a 64-bit pointer address sent down
the socketpair.
--
Reply to this email directly or view it on GitHub:
https://github.com/kamailio/kamailio/issues/4603#issuecomment-3959639610
You are receiving this because you are subscribed to this thread.
Message ID: <kamailio/kamailio/issues/4603/[email protected]>
_______________________________________________
Kamailio - Development Mailing List -- [email protected]
To unsubscribe send an email to [email protected]
Important: keep the mailing list in the recipients, do not reply only to the
sender!