Opened 14 years ago

Closed 14 years ago

#1091 closed defect (fixed)

Increase the default maximum number of outstanding asynchronous operations for Symbian socket server

Reported by: bennylp Owned by: bennylp
Priority: normal Milestone: release-1.7
Component: pjlib Version: trunk
Keywords: Cc:
Backport to 1.x milestone: Backported:

Description

Please see Socket operation send/receive returning PJ_ECANCELLED/KErrServerBusy entry in the FAQ for the description of the problem.

Application should follow the solution as described by the FAQ. However, often applications still rely on the default initialization done by PJLIB, causing the problem to emerge.

This ticket increases the aMessageSlots value when calling RSocketServ::Connect(aMessageSlots) to 32, via a configurable compile time constant PJ_SYMBIAN_SOCK_MSG_SLOTS.

Change History (1)

comment:1 Changed 14 years ago by bennylp

  • Resolution set to fixed
  • Status changed from new to closed

(In [3189]) Fix #1091: Increase the default maximum number of outstanding asynchronous operations of Symbian socket server to 32

Note: See TracTickets for help on using tickets.