Ticket #2 (new enhancement)

Opened 3 years ago

Last modified 2 years ago

example error

Reported by: Per Ersson Assigned to: anonymous
Priority: high Milestone: 1.0
Component: documentation Version: 0.7
Severity: critical Keywords: goodwork
Cc: goodwork

Description

I played with the pyrad example code today and found a small problem. FYI, the example code and the main code seems to be out of sync with respect to how a file descriptpor is passed around. The patch below is how I solved the problem. You may have a better solution.

Attachments

server.ptc (1.8 kB) - added by wichert on 08/20/05 15:09:13.
Patch fixing Handle*Packet methods in pyrad.server

Change History

08/20/05 15:09:13 changed by wichert

  • attachment server.ptc added.

Patch fixing Handle*Packet methods in pyrad.server

08/20/05 15:18:17 changed by wichert

  • status changed from new to assigned.
  • summary changed from server has uses Handle*Packet wrongly to server uses Handle*Packet wrongly.

03/05/06 17:47:54 changed by wichert

(In [122]) Send packet back to fd it came from. refs #2

03/05/06 17:57:59 changed by wichert

  • milestone changed from 1.0 to 0.9.

03/05/06 17:58:13 changed by wichert

  • status changed from assigned to closed.
  • resolution set to fixed.

11/03/06 15:33:02 changed by wichert

  • summary changed from goodwork to example error.