Project

General

Profile

Actions

Bug #5568

open

SMPP socket doesn't use TCP_NODELAY

Added by laforge almost 2 years ago. Updated 5 months ago.

Status:
Stalled
Priority:
Low
Assignee:
Category:
SMPP Interface
Target version:
-
Start date:
05/17/2022
Due date:
% Done:

80%

Resolution:
Spec Reference:

Description

The SMPP socket uses sockets directly (without relying on libosmo-netif/stream) and fails to setsockopt(TCP_NODELAY). This is not critical (SMS is sloooow), but it does add unintended latency to all SMPP messages sent.

The quick fix is to add the setsockopt for every socket we accept(). The clean-up would be to use libosmo-netif/stream...

Actions

Also available in: Atom PDF

Add picture from clipboard (Maximum size: 48.8 MB)