Opened 12 years ago
Last modified 8 years ago
#128 assigned new-feature
raw socket -- fixes needed
Reported by: | Fred T. Hamster | Owned by: | bugdock |
---|---|---|---|
Priority: | minor | Milestone: | |
Component: | feistymeow-octopus | Version: | |
Keywords: | Cc: |
Description
raw_socket:
- need function to open sock on raw socket
- limit select to FD SETSIZE
- in linux, this is defined in a low level header as 1024.
- in windows, it was defaulted to like 100, but we reset it to 1000.
- make sure that the socket select methods don't ever try to stuff more than that many in at a time.
Note:
See TracTickets
for help on using tickets.