Mailing List Archive: 49091 messages
  • Home
  • Script library
  • AltME Archive
  • Mailing list
  • Articles Index
  • Site search
 

Feetback or Feetbag?

 [1/5] from: Rebolinth:nodep:dds:nl at: 12-Aug-2003 13:17


Hiya, Why is the feetback system of rebol working but the responces are soooooooo slow..? I have some outstanding questions from about 6 months ago still no reply.. Questions: * How to bind source port to a destonation port example: client: open/binary/direct/no-wait tcp://somehwere.com:8080 set-mode client [ local-port: 8080 ] <------ Which would be a nice feature !!! Why?: Because some secure transations/servers need a static source port Question: * How to bind to 1 ip of XX NIC's NIC #1: 192.192.192.192 ALIAS #1: 192.168.168.168 ALIAS #2: 192.10.10.10. NIC #2: 168.168.168.168 ALIAS #1: 168.167.167.167 NIC #3: 10.10.10.10 NIC #4: 200.200.200.200 Result: Rebol always listens on ALL sockets!!! Rebol should be able listening on the assigned ip-address. Yes you can ignor incoming packets on the other sockets but thats 1 STEP too much. *** Its frustrating, no answer could mean even project/product drops! its simple. I might be nagging here, but a little more interaction on the feetback system might help a lot.. forever [ wait [] ] Norman. -- Conversation/lunch: "How do you Eat your Rebol in the Morning?"

 [2/5] from: maarten::vrijheid::net at: 12-Aug-2003 14:03


Feedback ;-)
> * How to bind source port to a destonation port > example: > client: open/binary/direct/no-wait tcp://somehwere.com:8080 > set-mode client [ local-port: 8080 ] <------ Which would be a nice feature !!! > > Why?: > Because some secure transations/servers need a static source port >
AFAIK you cannot do this in REBOL. --Maarten

 [3/5] from: Rebolinth:nodep:dds:nl at: 12-Aug-2003 14:34


Hello Maarten, :-) Both of my question are not possible in the current Rebol, the original question was related to an enhancement request.. Anyway.. the original tool that needed these features was finaly build using partly PERL and partly C... (R)egards, Norman. -- Conversation/lunch: "How do you Eat your Rebol in the Morning?" Quoting Maarten <maarten vrijheid net>: -> -> AFAIK you cannot do this in REBOL. -> -> -> --Maarten

 [4/5] from: carl:rebol at: 12-Aug-2003 13:55


> Why is the feetback system of rebol working but the responces are soooooooo slow..? > I have some outstanding questions from about 6 months ago still no reply..
Reporting bugs and doc errors is first priority, and we try to respond to those. If you sent a feedback and did not see a reply after a week or so, and it was not a bug, doc, or enhancement, then you're not likely to see a reply... but we do try to answer programming questions if time permits. -Carl

 [5/5] from: Rebolinth:nodep:dds:nl at: 12-Aug-2003 23:06


Thanks for the clear answer carl.. Greetings, Norman. -- Conversation/lunch: "How do you Eat your Rebol in the Morning?" Quoting [carl--rebol--com]: -> > Why is the feetback system of rebol working but the responces are -> soooooooo slow..? -> > I have some outstanding questions from about 6 months ago still no -> reply.. -> -> Reporting bugs and doc errors is first priority, and we try to respond to -> those. If you sent a -> feedback and did not see a reply after a week or so, and it was not a bug, -> doc, or -> enhancement, then you're not likely to see a reply... but we do try to -> answer programming -> questions if time permits. -> -> -Carl -> -> -- -> To unsubscribe from this list, just send an email to -> [rebol-request--rebol--com] with unsubscribe as the subject. -> ->